https://map-engage-a0fa60d33209.herokuapp.com/
Map Engage is a Node.js application designed to put all the events on Niner Engage on a map for easy viewing access. You can also add events to your calendar and open the routing in Google Maps.
-
Clone the Repository
Clone this repository to your local machine using:
git clone https://github.com/mapengage/map-engage.git cd map-engage -
Install Npm, Node.js, and the dependencies
Make sure you have Node.js and npm installed. Install the required dependencies by running:
npm install
-
Install Python, and the dependencies
Make sure you have Python 3 installed. Install the required dependencies by running:
For Windows:
pip install -r requirements.txt
For Unix-based Systems (Linux, MacOS):
pip3 install -r requirements.txt
Before starting the application, you need to load the NinerEngage events from their servers onto your computer.
Run the following command:
npm run loadeventsRun the following command:
npm run loadevents_unixnpm startIt should start on localhost:3000.
Navigate to http://localhost:3000/ and enjoy!


