spothq / cryptocurrency-icons

A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
http://cryptoicons.co
Creative Commons Zero v1.0 Universal
2.61k stars 654 forks source link

NPM repository #24

Closed tomas-mikula closed 6 years ago

tomas-mikula commented 6 years ago

Hi,

would it be possible to put this project on NPM repository so we would not need to download the project every time there is an update but it would be rather automated?

Thanks, Sharky

dalaverd commented 6 years ago

You can use the direct link such as https://raw.githubusercontent.com/cjdowner/cryptocurrency-icons/master/32/icon/xlm.png

cjdowner commented 6 years ago

I'll have a look into this

Sicria commented 6 years ago

If hot linking is not your thing, you can install it via npm install --save https://github.com/cjdowner/cryptocurrency-icons.git.

Side note: Awesome project, thank you for maintaining this excellent collection of icons.

tomas-mikula commented 6 years ago

@Sicria That helped nicely 👍