Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 585 Bytes

readme.md

File metadata and controls

34 lines (18 loc) · 585 Bytes

TakeMeHome

Electron MenuBar application that allow you to find your way to home where ever you are.

Works on Mac OS, Windows and some Linuxes.

Screen of the app

APIs

This app use the Navitia API. Please create an account and get a token.

Then update the code or set the env with :

export NAVITIA_TOKEN=<your_token>

Mode developer

npm install
npm start

Utilisation

Just build the app like a normal Electron app and launch it.