2.1.0 • Published 1 year ago
resher0111 v2.1.0
CryptoHub Data Fetching Application
This application is designed to fetch various data related to cryptocurrencies from different APIs and display it for analysis and monitoring purposes.
Features:
Latest News Fetching:
- Fetches the latest news about cryptocurrencies from the
cryptocurrencynews.com
API. - Displayed under the "Latest News" section.
- Fetches the latest news about cryptocurrencies from the
Price Data Retrieval:
- Fetches the latest price data for the top 10 cryptocurrencies from the
coinmarketcap.com
API. - Displayed under the "Price Data" section.
- Fetches the latest price data for the top 10 cryptocurrencies from the
Market Trend Analysis:
- Retrieves market trend analysis for cryptocurrencies from the
cryptotrends.com
API. - Displayed under the "Market Trend Analysis" section.
- Retrieves market trend analysis for cryptocurrencies from the
Installation:
Clone the repository:
git clone https://github.com/your-username/crypto-data-fetch.git
Install dependencies:
npm install
Usage:
Run the application:
node index.js
View the fetched data in the console.
Dependencies:
- axios: ^0.21.1
License:
This project is licensed under the MIT License.