Skip to content

Commit

Permalink
it works
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Feb 26, 2012
1 parent d3be510 commit bc6e324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
get '/' do
url = 'http://ws.audioscrobbler.com/2.0/?method=venue.search&api_key=b25b959554ed76058ac220b7b2e0a026&venue=empty%20bottle&format=json'
RestClient.get url
@data = JSON.parse(RestClient.get(url))['results']
end

0 comments on commit bc6e324

Please sign in to comment.