Cryptway Home
Cryptway Home is a comprehensive platform for the latest cryptocurrency news and token information. It integrates the Bing News Search API for up-to-date news articles and the Crypto Token Info Hub API from RapidAPI for detailed cryptocurrency data.
Features
- Cryptocurrency News: Stay informed with the latest news sourced directly from the Bing News Search API.
- Token Information: Access detailed information about various cryptocurrencies through the Crypto Token Info Hub API.
Installation
- Clone the repository:
git clone https://github.com/Ajinkgupta/cryptway-home.git
- Navigate to the project directory:
cd cryptway-home
- Install the necessary dependencies:
npm install
- Create a
.env
file and add your API keys:REACT_APP_BING_NEWS_API_KEY=your_bing_news_api_key REACT_APP_CRYPTO_API_KEY=your_crypto_api_key
Usage
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
to view the application.
Contributing
We welcome contributions from the community. To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request on GitHub.
Contributers
- Ajink Gupta - GitHub Profile
- Yash Bhangale - GitHub Profile
License
This project is licensed under the MIT License - see the LICENSE file for details.