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

https://github.com/jplusplus/broken-promises-client

What should a journalist investigate today, according to what was promised in the past?
https://github.com/jplusplus/broken-promises-client

Last synced: 8 months ago
JSON representation

What should a journalist investigate today, according to what was promised in the past?

Awesome Lists containing this project

README

          

# Broken Promises

## Media Hackday 2013 - Berlin

In 2003, an article in the New Scientist stated that bananas could be extinct in 2013. Guess what. This was yet another broken promise.

It can be hard to keep track of all promises and predictions. This tool makes it easier for journalists and citizens to keep an eye on what was promised for a certain date (a day, a month or a year). Articles from the Guardian and the New-York Times are searched for dates and then filtered to remove inadequate results (movie releases, for instance).

## Note

This is only the frontend system wich will show you articles. To retrieve them, we have built [broken-promises](https://github.com/jplusplus/broken-promises).

## Installation

```
_ .--------------------------------.
_|o|_ | Application brought to you |
(_) | with the amazing Yeoman! |
/ \Y/ \;-,______________________________|
|| : |\//
(| --- |
|_|_|
\ /
```

Install command line tools:

```
sudo npm install -g grunt-cli bower
gem install compass
```

Install dependancies with NPM and Bower.

```
npm install
bower install
```

Then start serve static files with Grunt!

```
grunt server
```

## Generators

* Angular / https://github.com/yeoman/generator-angular
* Heroku / https://github.com/passy/generator-heroku