Vinylogue is a simple Last.fm client for iOS that shows you and your friends' charts from previous years.
- App Store (it's free).
- Landing page with screenshots.
- Blog post walking through the source.
-
Clone the repo.
$ git clone git://github.com/twocentstudios/vinylogue.git
-
Install Cocoapods.
$ bundle install
-
Install the pods.
$ bundle exec pod install
-
Open
vinylogue.xcworkspace
. -
Create a new header file called
TCSVinylogueSecret.h
-
Copy and paste this code into
TCSVinylogueSecret.h
.#define kTCSLastFMAPIKeyString @"YOUR_API_KEY"
-
Add your API keys to the above code.
-
Build!
This project was both an app I wanted to exist, and a learning experience for me regarding ReactiveCocoa. I hope other iOS devs can learn from it. I haven't done much open source in the past, and have learned by studying the source great projects such as Cheddar and news:yc (amongst many others), so it felt like it was time to give back.
I wrote a pretty extensive blog post covering several parts of the design and development of this app. If you're looking for a guided tour through the source, check that out first.
License for source is Modified BSD. If there's enough interest, I can modularize particular parts of the source into their own MIT Licensed components.
All rights are reserved for image assets.
This is very much an experiment for me that I'm hoping doesn't backfire. If you'd like to improve the app, please fork and submit pull requests and we'll keep one version on the App Store for everyone to enjoy. Don't charge for other versions (I'm pretty sure it violates Last.fm's TOS anyway).
Vinylogue was created by Christopher Trott. My development shop is called twocentstudios.