https://github.com/kelindar/stock-explorer
Stock trading tools experiment
https://github.com/kelindar/stock-explorer
Last synced: about 1 month ago
JSON representation
Stock trading tools experiment
- Host: GitHub
- URL: https://github.com/kelindar/stock-explorer
- Owner: kelindar
- License: agpl-3.0
- Created: 2016-11-29T17:09:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T23:59:21.000Z (over 8 years ago)
- Last Synced: 2025-03-27T13:51:13.363Z (about 2 months ago)
- Language: Go
- Size: 1.72 MB
- Stars: 13
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Explorer
Stock Explorer is a simple request/response html/js client and a small service written in go which allows exploring various stock tickers. This is connected to Yahoo Finance in order to retrieve the data and uses [emitter.io](https://emitter.io) publish/subscribe api to make client talk to the server, check out [emitter on GitHub](https://github.com/emitter-io/emitter).