Core APIs for LibreWeather/libre-weather
- Create a
.env
file in the root with Backend env vars (see Supported Backends) - Optionally add
SCOPE
andLOG_LEVEL
as well, for logging management. - Run
npm i
andnpm run dev
. This will start an auto-reloadingnodemon
instance, serving the API at localhost:3000.
Check for existing known issues or planned changes, and feel free to contribute.
Swagger doc included at /docs
.
OpenWeather Maps
BACKEND=OWM
OWM_KEY=key-here
BACKEND=METEO