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

https://github.com/capaj/postuj-hovna

originally a hackaton app for reporting dog poo on the streets of Prague
https://github.com/capaj/postuj-hovna

Last synced: 11 months ago
JSON representation

originally a hackaton app for reporting dog poo on the streets of Prague

Awesome Lists containing this project

README

          

# postuj-hovna
a hackton app for reporting dog poo on the streets of Prague, deployed on http://sbirejto.cz/

#Prerequisites
JSPM and NPM. It is very much needed to have a github auth in JSPM, otherwise you will hit a rate limit in the install phase.
this can be done with
```
jspm registry config github
```

#Install and run
to run, you probably want to connect to the server.
For development, run
```
node server.js.
```
Moonridge backend is in separate [repo](https://github.com/capaj/postuj-hovna-server).