Skip to content

Creates an iCal with weather forecast from OpenWeatherMap

License

Notifications You must be signed in to change notification settings

bbuhler/openweathermap-ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.