Geo Tag in space
This repository contains the source code for the geo-tagging API and front-end to visualize a tag.
The API consists in the following main components:
- Post your location with the right coordinate system
- A server exposing an API to interact with third-party services
- A web page to display information about a tag
- Node 0.10.x & NPM
Use whatever you want to install them (from source, homebrew, apt).
Run the API server:
npm install
npm start
The server should be running on http://localhost:3000.
Everything works around one branch (master
) to follow the Github Flow.
Test your code and existing (not yet tested) code if possible.