Skip to content

VictorNouvellet/space-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

space-location

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

Requirements

  • Node 0.10.x & NPM

Use whatever you want to install them (from source, homebrew, apt).

Run

Run the API server:

npm install
npm start

The server should be running on http://localhost:3000.

Contributing

Everything works around one branch (master) to follow the Github Flow.

Test your code and existing (not yet tested) code if possible.

More documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published