coin-magnet

Detects coinmarketcap fresh added coins

Usage no npm install needed!

<script type="module">
  import coinMagnet from 'https://cdn.skypack.dev/coin-magnet';
</script>

README

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