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?
- Host: GitHub
- URL: https://github.com/jplusplus/broken-promises-client
- Owner: jplusplus
- License: mit
- Created: 2013-10-05T12:08:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T17:03:05.000Z (over 12 years ago)
- Last Synced: 2024-04-14T04:55:28.829Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://brokenpromises.jplusplus.org
- Size: 671 KB
- Stars: 17
- Watchers: 10
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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