Skip to content

a simple application that uses the geo-location web API to get your location and store it in a database along with a message

Notifications You must be signed in to change notification settings

FireFoxHD/Geotagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geotagger

A simple application that uses the geo-location web API to plot location kn a map with a message popup made for learning node.js and backend development.

Technologies used :

  • Node.js
  • Express
  • Geolocation web API
  • Leaflet API

Requirements

For development, you will only need Node.js installed in your environement.

Useful commands

Install dependencies

npm install

Run unit tests

npm test

Build everything (outputs will live in build/-directory)

npm run build

Start development server with hot reloading (open http://0.0.0.0:4809/ and find your way through the directory listing)

npm start

About

a simple application that uses the geo-location web API to get your location and store it in a database along with a message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published