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

https://github.com/plippe/suprnation-server


https://github.com/plippe/suprnation-server

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# SuprNation

[![wercker status](https://app.wercker.com/status/a4df30a47866ac2d3e6cfbe775173d09/s/master "wercker status")](https://app.wercker.com/project/byKey/a4df30a47866ac2d3e6cfbe775173d09)

Open Book Coding Exercise for [SuprNation](http://suprnation.io/).

## Getting started

```sh
# if sbt is installed
cat resources/data.txt | make run

# if docker is installed
make docker-build
cat resources/data.txt | make docker-run
```