Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayesgm/stallone
Urban Justice
https://github.com/hayesgm/stallone
Last synced: about 1 month ago
JSON representation
Urban Justice
- Host: GitHub
- URL: https://github.com/hayesgm/stallone
- Owner: hayesgm
- Created: 2014-11-08T20:13:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T00:07:49.000Z (about 10 years ago)
- Last Synced: 2024-04-15T14:02:06.220Z (7 months ago)
- Language: Ruby
- Size: 3.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stallone
========Get Urban Justice.
Login Flow
==========```sh
curl -X POST http://localhost:3939/verifications/new -d phone_number=4157358262curl -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
```