Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spier/mdg_news
Millennium Development Goals - News. heroku.com application, utilizing the Y! BOSS API to show news related to the Millenium Development Goals.
https://github.com/spier/mdg_news
Last synced: about 1 month ago
JSON representation
Millennium Development Goals - News. heroku.com application, utilizing the Y! BOSS API to show news related to the Millenium Development Goals.
- Host: GitHub
- URL: https://github.com/spier/mdg_news
- Owner: spier
- Created: 2011-04-30T09:34:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-30T09:44:42.000Z (over 13 years ago)
- Last Synced: 2024-04-15T02:51:15.655Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Millennium Development Goals - News
I started this [heroku][heroku] app as a entry for the [Apps for Development][appsfordevelopment] organized by the [The World Bank][worldbank].
I ended up writing [YQL datatables for the WorldBank Data API][yql_worldbank] to make communication with that API easier.
To make this application a technology experiment for myself I used [YUI][yui] in order to run this app completely on the client. Therefore the server implementation of this app is just this and the rest runs in the browser:
get '/' do
erb :index
endThis app is now offline because the old Y! BOSS API became unavailable but here a [screenshot](https://github.com/spier/mdg_news/raw/master/mdgnews_screenshot.png) of how the app roughly looked like.
[appsfordevelopment]: http://appsfordevelopment.challengepost.com
[worldbank]: http://www.worldbank.org/
[heroku]: http://www.heroku.com
[yql_worldbank]: https://github.com/spier/yql_worldbank
[yui]: http://developer.yahoo.com/yui/