Skip to content

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.

License

Notifications You must be signed in to change notification settings

neelarya19/CryptoPrice

Repository files navigation

Crypto Price

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.

Demo

This is a working live demo : http://cryptocprice.herokuapp.com/

Site

Landing Page

Only one crypto currency, bitcoin, is currently supported on the site. I am currently working on introducing more coins.

Charts

Hour

hour

Day

day

Week

week

Year

year

Development

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

Bug / Feature 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.

Built with

  • 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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published