Skip to content

Instantly share code, notes, and snippets.

View karanbhandari's full-sized avatar
:octocat:
Focusing

Karan Bhandari karanbhandari

:octocat:
Focusing
View GitHub Profile
@staltz
staltz / introrx.md
Last active May 24, 2024 07:56
The introduction to Reactive Programming you've been missing
@emirkin
emirkin / gist:2859254
Created June 2, 2012 17:23
Scraping restaurants in Javascript
/*
* This example shows how to collect restaurant information and menus on the fly.
*/
// Instantiate Bobik client from Bobik SDK available at http://usebobik.com/sdk.
// You're welcome to link directly to the JS file. However we make no guarantees about keeping the link unchanged.
// Thus, you should do it only when you have a quick and immediate access to where this url is used (e.g. during development)
var bobik = new Bobik("YOUR_AUTH_TOKEN");