Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.04 KB

Commute Helper

Description

A chrome extension for quickly looking up the next departures between two stations in Sweden.

Install

Commute helper is published on the chrome web store and can be installed here.

Run locally

You will need an API key from https://www.trafiklab.se/ for the ResRobot v2.1 service. It is free!

  1. Clone this repository
  2. Create a .env file and add your API key VITE_API_KEY="YOUR-API-KEY"
  3. Install dependencies - pnpm install
  4. Build project - pnpm build
  5. Move the dist directory to some path where you wont remove it (if the folder is removed after setup the extension will stop working)
  6. Open your browser and go to chrome://extensions
  7. Enable developer mode in the top right
  8. Click the Load unpacked button in the top left and select the folder

🎉 Voila, the extension is now installed