Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.38 KB

🇸🇪 Stockholm Transit APIs 🚆

CI

Storstockholms Lokaltrafiks (SL) APIs:

Development server

Run npm run start for an example API server:

Expected environment variables:

  • STOCKHOLM_LOCATIONS_API_KEY
  • STOCKHOLM_DEPARTURES_API_KEY
  • STOCKHOLM_SERVICE_ALERTS_API_KEY

Read how to generate Trafiklab API keys here.

Publishing

A guide on publishing an NX library to NPM is available here.