1.0.0 • Published 3 years ago

coin-magnet v1.0.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 years ago

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. 
})