A chrome extension for quickly looking up the next departures between two stations in Sweden.
Commute helper is published on the chrome web store and can be installed here.
You will need an API key from https://www.trafiklab.se/ for the ResRobot v2.1 service. It is free!
- Clone this repository
- Create a
.env
file and add your API keyVITE_API_KEY="YOUR-API-KEY"
- Install dependencies -
pnpm install
- Build project -
pnpm build
- Move the
dist
directory to some path where you wont remove it (if the folder is removed after setup the extension will stop working) - Open your browser and go to chrome://extensions
- Enable
developer mode
in the top right - Click the
Load unpacked
button in the top left and select the folder
🎉 Voila, the extension is now installed