🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

coingeco

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coingeco

node js coingecko api wrapper

1.0.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

coingecko

FAQs

Package last updated on 01 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts