Skip to content

Instantly share code, notes, and snippets.

View iotaweb's full-sized avatar

Rob Anderson iotaweb

  • Auckland, New Zealand
View GitHub Profile
@iotaweb
iotaweb / node-reader.js
Created June 26, 2012 10:39 — forked from dongyuwei/node-reader.js
google reader api for nodejs
/*
This library was developed by Will Honey.
It is licensed under the GPLv3 Open Source License
This library requires the underscore library found at http://documentcloud.github.com/underscore/
This library requires the underscore string library found at http://edtsech.github.com/underscore.string/
This library requires the support of localStorage. Updates could be easily made to change that.
*/
/* jslint adsafe: false, devel: true, regexp: true, browser: true, vars: true, nomen: true, maxerr: 50, indent: 4 */
@iotaweb
iotaweb / 0_reuse_code.js
Created February 26, 2016 05:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console