website/assets/coffee/bit.coffee

9 lines
180 B
CoffeeScript
Raw Permalink Normal View History

2015-08-30 12:34:43 -04:00
$ ->
$.get 'https://api.bandsintown.com/artists/Skrillex/events.json?', {
'api_version': '2.0'
'app_id': 'shows_halftoneband.com'
}, (data) ->
alert data
return
return