Skip to content

edinsoncs/api-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get all the breaking news related to crypto

Dexi

Discover the power of the DEXI API and stay one step ahead in the world of cryptocurrencies! With the DEXI API, you can access real-time cryptocurrency news information from anywhere in the world. Stay updated on the latest developments, trends, and announcements that can impact your investments. Don't miss a single important piece of news! With DEXI, you have the world of cryptocurrencies at your fingertips. Take advantage of this powerful tool and make informed decisions on your crypto journey!

Installation

Install using npm:

npm install newsonlycrypto --save

Usage

Require library

import { getNewsDefault } from 'newsonlycrypto';
(async () => {
    const result = await getNewsDefault();
    console.log(result);
})();

DEXI

Releases

No releases published

Packages

No packages published