coingecko

1.0.0 • Public • Published

coingecko

node js coingecko api

https://www.coingecko.com/en/api/documentation

notes

basic usage

npm i -S https://gitlab.com/brucelim/coingecko

const coingecko = require('coingecko')
const res = coingecko.ping()
console.log(res)

tests

- everything
npm run test

- individual modules
./node_modules/.bin/tape tests/01.simple.js
./node_modules/.bin/tape tests/02.coins.js

Package Sidebar

Install

npm i coingecko

Weekly Downloads

4

Version

1.0.0

License

none

Unpacked Size

36.8 kB

Total Files

29

Last publish

Collaborators

  • brucelim