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

https://github.com/jplusplus/dystopia-tracker

The Dystopia Tracker is a collaborative effort to document predictions about the future and their realisations. Everyone is invited to contribute content and correct errors. The Dystopia Tracker was built by David Bauer in collaboration with Journalism++, with support of the Augstein Stiftung.
https://github.com/jplusplus/dystopia-tracker

Last synced: 10 months ago
JSON representation

The Dystopia Tracker is a collaborative effort to document predictions about the future and their realisations. Everyone is invited to contribute content and correct errors. The Dystopia Tracker was built by David Bauer in collaboration with Journalism++, with support of the Augstein Stiftung.

Awesome Lists containing this project

README

          

# dystopia-tracker

The Dystopia Tracker is a collaborative effort to document predictions about the future and their realisations. Everyone is invited to contribute content and correct errors. The Dystopia Tracker was built by David Bauer in collaboration with Journalism++, with support of the Augstein Stiftung.

## Installation

### Prerequisites

* python (2.6+)
* pip
* virtualenv
* bower

### Download

```bash
# pwd: ~
git clone git@github.com:jplusplus/dystopia-tracker.git
cd dystopia-tracker
```

### Install

```bash
make install
```

## Run

```bash
make run
```