An open API service indexing awesome lists of open source software.

https://github.com/ericlondon/itunes_feeds

iTunes Feed Fetcher
https://github.com/ericlondon/itunes_feeds

feed itunes mongodb ruby sinatra

Last synced: 2 months ago
JSON representation

iTunes Feed Fetcher

Awesome Lists containing this project

README

          

# iTunes Feed Fetcher

```
# start sinatra
./sinatra.rb
```

fetch feeds
http://localhost:4567/fetch

display price spark
http://localhost:4567/

blog post:
[Fetching/parsing iTunes RSS feeds with Nokogiri, storing the data in MongoDB, and displaying price sparks via Sinatra](http://ericlondon.com/2013/03/20/fetching-parsing-itunes-rss-feeds-with-nokogiri-storing-the-data-in-mongodb-and-displaying-price-sparks-via-sinatra.html)