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
- Host: GitHub
- URL: https://github.com/stash/tick
- Owner: stash
- License: mit
- Created: 2014-09-10T15:50:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T17:27:19.000Z (almost 12 years ago)
- Last Synced: 2025-01-01T03:16:33.396Z (over 1 year ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)