A Webapp that uses the Coinbase API to show the history of Cryptoprice over time. It allows you to predict the price of a cryptocurrency's rise and invest wisely in it. |
This is a working live demo : http://cryptocprice.herokuapp.com/
Only one crypto currency, bitcoin, is currently supported on the site. I am currently working on introducing more coins.
Hour
Day
Week
Year
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
-
Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
-
Django Rest Framework - Django REST framework is a powerful and flexible toolkit for building Web APIs.
-
jQuery - Ajax - jQuery simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
-
Bootstrap - Extensive list of components and Bundled Javascript plugins.
-
Redis - Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.
-
Celery - Celery is an asynchronous task queue or job queue which communicates via messages, usually using a broker to mediate between clients and workers.
MIT © Neel arya