Skip to content

AlgoRaven/coins

 
 

Repository files navigation

coins

Cryptocurrency logo CDN.

Contribution

Steps for contributing:

  1. Create a feature branch
  2. Push your new icons to your feature branch in the /images directory.
  3. Create a Pull Request on GitHub

Publishing to NPM

Pushes to main are automatically published to NPM. Please use caution and consult with the team before pushing to main.

Using this Libary

  1. Install: yarn add @algoraven/coins

  2. Import the getCoinImage function as follows.

    import { getCoinImage } from '@algoraven/coins'`
    
  3. Call the function with your desired coin.

    const coinImageUrl = getCoinImage('DOGE')
    

About

Simple cryptocurrency icon CDN

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 100.0%