https://github.com/punkyoon/beautiful-chart-service
beautiful chart service
https://github.com/punkyoon/beautiful-chart-service
billboard chart flask javascript options socket-io websocket
Last synced: 2 months ago
JSON representation
beautiful chart service
- Host: GitHub
- URL: https://github.com/punkyoon/beautiful-chart-service
- Owner: punkyoon
- License: unlicense
- Created: 2017-05-23T03:44:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T17:47:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T17:14:00.128Z (4 months ago)
- Topics: billboard, chart, flask, javascript, options, socket-io, websocket
- Language: JavaScript
- Size: 675 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beautiful-chart-service
live data graph with Flask+SocketIO
You can check these data with graph..
- live
- daily
- weekly
## Support
- Windows
- MaxOS X
- Linux
## Usage in Linux
### Python 3.x
#### Installing packages
```bash
$ sudo pip install -r requirements.txt
```#### Running server
```bash
$ python server.py
```#### Send data
```bash
$ python client_test.py
```