ronentk / FirgunApp-server

1 stars 0 forks source link

FirgunApp-server

Based on the excellent http://python-eve.org

Installation

Server-side

Client-side

Requests

Get all firguns by curl http://<hostname>:5000/firguns.

Add Firgun

Add new firgun by curl -d '[{"category": "eco", "latitude": "23.4254", "longitude": "12.32423", "description": "Cool place!"}]' -H 'Content-Type: application/json' http://<hostname>:5000/firguns