Example of .env
PORT=9696
WEATHER_API_KEY=f123
WEATHER_URL=http://api.openweathermap.org/data/2.5/weather
WEATHER_FORECAST_URL=http://api.openweathermap.org/data/2.5/forecast
TRAFIKLAB_API_KEY=123
TRAFIKLAB_URL =http://api.sl.se/api2/realtimedeparturesV4.json
TRAFIKLAB_SITEID_FINDER_API_KEY=123
TRAFIKLAB_SITEID_FINDER=https://api.sl.se/api2/typeahead.json
GOOGLE_KEY =https://developers.google.com/calendar/
This project consists of backend (src) and frontend (client).