Skip to content

Instantly share code, notes, and snippets.

View crishernandezmaps's full-sized avatar

Cris Hernandez crishernandezmaps

View GitHub Profile
#!/usr/bin/env node
var OAuth = require('oauth').OAuth;
var colors = require('colors');
var access_token = null;
var access_token_secret = null;
var key = null;
var secret = null;
@crishernandezmaps
crishernandezmaps / dabblet.css
Created October 31, 2013 14:18
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
#hola {
background:#000;