An open API service indexing awesome lists of open source software.

https://github.com/stash/tick

CLI-based stock-symbol monitor that speaks
https://github.com/stash/tick

Last synced: 11 months ago
JSON representation

CLI-based stock-symbol monitor that speaks

Awesome Lists containing this project

README

          

# tick

CLI tool to poll a stock symbol, say something when certain states change.

# Usage

```sh
npm install
./index.js --symbol GOOG --lower 500 --upper 600
```

# Data Source

Uses the undocumented and deprecated Google Finance API. This script will stop
working at any time.

# Legal

©2014 Jeremy Stashewsky

License: [MIT](./LICENSE.txt)