geomapis

Geomap API

Usage no npm install needed!

<script type="module">
  import geomapis from 'https://cdn.skypack.dev/geomapis';
</script>

README

geomapis

Installation

Development

Run geomapis on development mode:

$ export DEBUG=geomapis*,devebot*,app*
$ node app.js

Production

Extract compress file or clone geomapis source code into ~/projects directory.

$ cd ~/projects
$ ssh clone <path-to-geomapis-repo>
$ cd ~/projects/geomapis

Installs the npm packages:

$ npm install

Changes current working directory to source code:

$ cd ~/projects/geomapis

Start application using pm2:

$ pm2 start app.js --name=geomapis

Start application using forever:

$ forever start app.js --uid geomapis