Skip to content

Instantly share code, notes, and snippets.

@n-shinya
n-shinya / gist:2074495
Created March 18, 2012 14:47
ATND Search API
require 'pp'
require 'net/http'
require 'json'
require 'sqlite3'
db = SQLite3::Database.new("data.db")
url = {
:scheme => 'http',
:server => 'api.atnd.org',