1.0.6 • Published 8 years ago

icondownloader v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

NodeJS, ECMA6 program that downloads all png images from a static url - 'https://www.iconfinder.com/iconsets/social-media-2070'.

*Pre-requisites**** Install NodeJS and the dependencies as listed in package.json Then run npm install icondownloader

**Operations*** 1)Running 1.1 - From project directory. npm start directory_to_save_into

1.2 - Including in another project. var IconDownloader = require('./icondownloader.js'); var instance = new IconDownloader('directory_name');

2)Testing Some unit tests written using chai and runnable with mocha. Install them locally to the project and then execute: npm test

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago