nick1n / nicholast.fm

Last.fm Stat Utility Web App
https://nicholast.fm
21 stars 1 forks source link

Make new Last.fm api module #52

Closed nick1n closed 11 years ago

nick1n commented 11 years ago

I'm kind of getting sick of using the lastfm.api.js, its bloated and error prone, and I much prefer jQuery's way of doing ajax/json requests.

Goals:

nick1n commented 11 years ago

Initial commit of my new Last.fm API module with commit 20b45f234dee52e9a259cb5fcac1bb91b5502904

nick1n commented 11 years ago

May not need to queue api requests because jQuery does a really awesome job with ajax requests...

nick1n commented 11 years ago

Although the new Last.fm API Module doesn't queue up api requests, it is fully implemented and working better then the old library, so for now going to close this issue. I may come back to add api request queuing in the future.