Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 418 Bytes

openweathermap-ical

Creates an iCal with weather forecast from OpenWeatherMap.

Run

node --experimental-modules index.mjs

Usage

To use it just call the root entry point of the server with same parameters as for onecall API of OpenWeatherMap.

Deno instead NodeJS

Checkout the deno branch.