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

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

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
```