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

https://github.com/m1foley/news_demo


https://github.com/m1foley/news_demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

NewsDemo
=========
Fake implementation of the deprecated Google News API, as documented here: https://developers.google.com/news-search/v1/jsondevguide

Learning goals
--------------
* rails-api gem
* better rspec

Differences from original API
-----------------------------
1. Search URL is more sensical:
* Old: `/ajax/services/search/news?v=1.0&q=barack%20obama`
* New: `/news_items/search.json?q=barack%20obama`