This application is designed to fetch various data related to cryptocurrencies from different APIs and display it for analysis and monitoring purposes.
-
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
-
Clone the repository:
git clone https://github.com/your-username/crypto-data-fetch.git
-
Install dependencies:
npm install
-
Run the application:
node index.js
-
View the fetched data in the console.
- axios: ^0.21.1
This project is licensed under the MIT License.