Skip to content

ThallesP/coingecko-node-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinGecko SDK

Don't use this for now, but if you live at the bleeding edge, look at this example:

import { GeckoClient } from "coingecko-node-sdk";
(async () => {
  const client = new GeckoClient();

  const coins = await client.coins.list();

  console.log(coins);
})();

About

Simple CoinGecko SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published