/sitemapper-nodejs

Source code of Visual Site Mapper Node.js version

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Visual Site Mapper - Node.js version

This repository contents source code of the Visual Site Mapper, Node.js version.

Visual Site Mapper is a free service that can quickly show a map of a site. The service is available at http://www.visualsitemapper.com.

The application uses Node.js, PM2 as process manager and MongoDB for data storage.

Installation

$ npm install
$ ./node_modules/.bin/bower install
$ ./node_modules/.bin/gulp build
$ ./node_modules/.bin/pm2 start pm2-apps.json

License

Affero GPL v3