Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 415 Bytes

multimapper

Electron app which is able to open google maps and mapy.cz simoultanously and have them synced.

Installation

npm install

Usage

Create a file named config.json in the src directory of the project with the following content:

{
    "GOOGLE_API_KEY": "YOUR_GOOGLE_API_KEY",
    "MAPYCZ_API_KEY": "YOUR_MAPYCZ_API_KEY"
}

Then run the app with:

npm start