Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 478 Bytes

Labs

This is just a labs repo trying to tie togather various parts of a SPA ( Single Page Applicaion )

Making it work

This demo app uses the last.fm API to load data. To be able to make requests you will need an apikey.

define(function(){
	return {
		apiKey:[ENTER YOUR APIKEY HERE]
	}
}
  • Open index.html in your browser. Done.