Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morishin/bitchart-api


https://github.com/morishin/bitchart-api

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# bitchart-api
JPY/BTC realtime chart image API

Docker Repository https://hub.docker.com/r/morishin127/bitchart-api/

## Run
```
docker pull morishin127/bitchart-api
docker run -itd -p 80:8080 morishin127/bitchart-api
```
And open Docker host machine IP address in browser.

## Develop
```
git clone [email protected]:morishin/bitchart-api.git
cd bitchart-api
pip install -r requirements.txt
python task.py
python chart.py
```
And open `http://localhost:8080/` in browser.