coin-magnet

1.0.0 • Public • Published

coin-magnet

Magnetic fishing for crypto coins.

Create a CoinMarketCap API key

https://pro.coinmarketcap.com/signup/?plan=0

Usage

const CoinMagnet = require('coin-magnet')

const magnet = new CoinMagnet('my-coinmarketcap-api-key', 15000)

magnet.on('hooked', (hookedCoin) => {
  // You just found a new coin!
  // Now it's time to do something cool with this information and send it to Telegram for instance. 
})

Package Sidebar

Install

npm i coin-magnet

Weekly Downloads

1

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

1.87 kB

Total Files

3

Last publish

Collaborators

  • rodrigogs