Skip to content

bbossola/location-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location service API

Pre-requisites

Install a recent version of Node.js and Node package manager (npm) via your preferred method.

Setup

In the project directory, launch:

npm install

You'll need to do this once or when dependencies change.

Start the service

in development mode

npm run serve

in production mode:

npm start

Test

Jshint checking and tests:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • HTML 21.1%