https://github.com/c0bra/stock-ticker-cli
node.js stock ticker in your terminal
https://github.com/c0bra/stock-ticker-cli
Last synced: over 1 year ago
JSON representation
node.js stock ticker in your terminal
- Host: GitHub
- URL: https://github.com/c0bra/stock-ticker-cli
- Owner: c0bra
- License: mit
- Created: 2017-11-03T19:32:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T20:32:34.000Z (almost 9 years ago)
- Last Synced: 2025-03-14T21:17:24.391Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# stock-ticker-cli [](https://travis-ci.org/c0bra/stock-ticker-cli)
> My incredible module
## Install
```
$ npm install stock-ticker-cli
```
## Usage
```js
const stockTickerCli = require('stock-ticker-cli');
stockTickerCli('unicorns');
//=> 'unicorns & rainbows'
```
## API
### stockTickerCli(input, [options])
#### input
Type: `string`
Lorem ipsum.
#### options
##### foo
Type: `boolean`
Default: `false`
Lorem ipsum.
## CLI
```
$ npm install --global stock-ticker-cli
```
```
$ stock-ticker-cli --help
Usage
stock-ticker-cli [input]
Options
--foo Lorem ipsum [Default: false]
Examples
$ stock-ticker-cli
unicorns & rainbows
$ stock-ticker-cli ponies
ponies & rainbows
```
## License
MIT © [Brian Hann](http://n/A)