Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hayesgm/stallone

Urban Justice
https://github.com/hayesgm/stallone

Last synced: about 1 month ago
JSON representation

Urban Justice

Awesome Lists containing this project

README

        

stallone
========

Get Urban Justice.

Login Flow
==========

```sh
curl -X POST http://localhost:3939/verifications/new -d phone_number=4157358262

curl -X POST http://localhost:3939/verifications/confirm -d phone_number=4157358262 -d confirmation_token=

curl -X POST http://localhost:3939//users/initialize_keys -d auth_token= -d passphrase=

curl -X POST http://localhost:3939//users/spots -d auth_token= -d latitude=57.33155983 -d longitude=-122.03479435 -d speed=5.2 -d course=0.9 -d timestamp=1415576671.161609

```