https://github.com/srn/crunchbase-cli
Simple command line interface for communicating with the crunchbase api
https://github.com/srn/crunchbase-cli
Last synced: 10 months ago
JSON representation
Simple command line interface for communicating with the crunchbase api
- Host: GitHub
- URL: https://github.com/srn/crunchbase-cli
- Owner: srn
- Created: 2013-11-16T12:05:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T19:51:08.000Z (almost 11 years ago)
- Last Synced: 2025-02-08T01:49:59.830Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crunchbase-cli [](https://travis-ci.org/srn/crunchbase-cli) [](https://gemnasium.com/srn/crunchbase-cli)
> Simple command line interface for communicating with the Crunchbase API
## Install
```$ npm install crunchbase-cli -g```
## Usage
### Set API key
```
$ crunchbase --key=
```
If you don't have a key for the Crunchbase API you can register one at http://developer.crunchbase.com
### CLI
```
$ crunchbase [--key]
Options
--key Set the Crunchbase API key
--version Display the current version
--help Show the help
Example
$ crunchbase Podio
=> Podio, now part of Citrix..
```
## License
MIT © [Søren Brokær](http://srn.io)