
A service to store and display geo coordinates
This service is running @ https://wasis.nu/mit/geotracker-service
Make sure you got these available
- nodejs
- grunt
- bower
- ruby & sass
- Clone https://github.com/sne11ius/play-yeoman, and
sbt publishLocal
the projects in./play-yeoman
and./sbt-yeoman
. - Run
npm install
- Run
bower install
- Install activator
- Hit
activator run
- ...
- You want to use some DB with this
- Create an account to get an api key
- You can
POST
coordinates to/coordinates
if you provide an api key. - You can
POST
apiKey=[your key]
to/coordinates/latest
to get the latest location as json.
Yep, it's GPL v3 - get over with it ;)
Also: see the LICENSE
file