https://github.com/aakashv8900/bitcoin_101
Basically this project is divided into two parts. Bitcoin Price Live Chart – In this, the Binance Crypto API, a streaming data API, is connected to a JavaScript websocket, which then gives the data to Light Weighted Trading View Candlestick Chart. Afterwards, the live chart is implemented to a Flask framework, which is then containerized by Docker and deployed through Azure. Flutter App – A basic Flutter app, in which the user sees an interactive front page. On the front page the user can find a button, which when clicked, renders in a webview page the Bitcoin Price Live chart which is deployed on Azure. By this the user gets the live price change of Bitcoin Crypto Currency on their cell phone by just clicking a single button.
https://github.com/aakashv8900/bitcoin_101
api azure bitcoin candlestick-chart chart cryptocurrency docker flask flutter-apps python
Last synced: 2 months ago
JSON representation
Basically this project is divided into two parts. Bitcoin Price Live Chart – In this, the Binance Crypto API, a streaming data API, is connected to a JavaScript websocket, which then gives the data to Light Weighted Trading View Candlestick Chart. Afterwards, the live chart is implemented to a Flask framework, which is then containerized by Docker and deployed through Azure. Flutter App – A basic Flutter app, in which the user sees an interactive front page. On the front page the user can find a button, which when clicked, renders in a webview page the Bitcoin Price Live chart which is deployed on Azure. By this the user gets the live price change of Bitcoin Crypto Currency on their cell phone by just clicking a single button.
- Host: GitHub
- URL: https://github.com/aakashv8900/bitcoin_101
- Owner: aakashv8900
- Created: 2021-05-02T05:59:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T04:58:40.000Z (about 5 years ago)
- Last Synced: 2025-05-27T00:53:06.947Z (about 1 year ago)
- Topics: api, azure, bitcoin, candlestick-chart, chart, cryptocurrency, docker, flask, flutter-apps, python
- Language: HTML
- Homepage: https://bitcoinpricelivechart.azurewebsites.net/
- Size: 30.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bitcoin 101
# Details
Basically this project is divided into two parts.
• Bitcoin Price Live Chart – In this, the Binance Crypto API, a streaming data API, is connected to a JavaScript websocket, which then gives the data to Light Weighted Trading View Candlestick Chart. Afterwards, the live chart is implemented to a Flask framework, which is then containerized by Docker and deployed through Azure.
Link of deployment - https://bitcoinpricelivechart.azurewebsites.net/
• Flutter App – A basic Flutter app, in which the user sees an interactive front page. On the front page the user can find a button, which when clicked, renders in a webview page the Bitcoin Price Live chart which is deployed on Azure.
By this the user gets the live price change of Bitcoin Crypto Currency on their cell phone by just clicking a single button.