Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morishin/bitchart-api
https://github.com/morishin/bitchart-api
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morishin/bitchart-api
- Owner: morishin
- Created: 2015-12-19T12:04:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T16:14:35.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T02:13:32.016Z (7 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitchart-api
JPY/BTC realtime chart image APIDocker 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.