2.1.0 • Published 1 year ago

resher0111 v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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:

  1. Latest News Fetching:

    • Fetches the latest news about cryptocurrencies from the cryptocurrencynews.com API.
    • Displayed under the "Latest News" section.
  2. Price Data Retrieval:

    • Fetches the latest price data for the top 10 cryptocurrencies from the coinmarketcap.com API.
    • Displayed under the "Price Data" section.
  3. Market Trend Analysis:

    • Retrieves market trend analysis for cryptocurrencies from the cryptotrends.com API.
    • Displayed under the "Market Trend Analysis" section.

Installation:

  1. Clone the repository:

    git clone https://github.com/your-username/crypto-data-fetch.git
  2. Install dependencies:

    npm install

Usage:

  1. Run the application:

    node index.js
  2. View the fetched data in the console.

Dependencies:

  • axios: ^0.21.1

License:

This project is licensed under the MIT License.