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

https://github.com/ashwanthbalakrishnan5/bittalk


https://github.com/ashwanthbalakrishnan5/bittalk

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# BitTalk
BitTalk is a website that displays real-time cryptocurrency prices and market information, powered by the Binance API.

## Live Demo
A live demo of this website can be found at: http://bittalk.ap-south-1.elasticbeanstalk.com/

## Technologies Used
This website is built with Python, Django, and the Binance API. It is hosted on AWS Elastic Beanstalk.

## Setup and Installation
To set up this project locally, follow these steps:

1. Clone the repository to your local machine
2. Install the required Python packages using pip (see requirements.txt)
3. Set up your local environment variables for the Binance API credentials (see .env.example)
4. Run the Django development server using the command python manage.py runserver
5. Navigate to localhost:8000/binance/ in your web browser to view the website

## Contributing
Contributions to this project are welcome! To contribute, please fork this repository and submit a pull request with your changes.

## License
This project is licensed under the GNU GENERAL PUBLIC License. See the LICENSE file for more information.