Skip to content

Instantly share code, notes, and snippets.

@rozzy
rozzy / lastfm_events.rb
Created September 9, 2012 13:45 — forked from makaroni4/lastfm_events.rb
Get all the events in location from last.fom
#ruby
require "rubygems"
require "net/http"
require 'nokogiri'
#API
PARAMS = %w(title website description)
API_KEY = "YOUR KEY"
LOCATION = "moscow"