coingeco
v1.0.0
Published
node js coingecko api wrapper
Downloads
79
Maintainers
Readme
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