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
- Host: GitHub
- URL: https://github.com/ericlondon/itunes_feeds
- Owner: EricLondon
- Created: 2013-05-08T12:42:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T13:18:32.000Z (over 1 year ago)
- Last Synced: 2025-02-27T19:03:02.797Z (over 1 year ago)
- Topics: feed, itunes, mongodb, ruby, sinatra
- Language: Ruby
- Homepage: 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
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)