Skip to content

Instantly share code, notes, and snippets.

View nmai's full-sized avatar

Nick nmai

  • San Francisco Bay Area
View GitHub Profile
@nmai
nmai / iconMonster.js
Last active September 25, 2020 13:49 — forked from illmat/iconMonster.js
Downloads all IconMonstr.com SVG files. Works, but may take some time to complete. About 15% of the SVG icons cannot be retrieved through their previews so the script must download them individually.
var casper = require('casper').create({
verbose: true,
logLevevel: 'debug',
pageSettings: {
webSecurityEnabled: false
}
});;
var fs = require('fs');
var pages = [];