A simple startpage that shows the current date, time, and weather.
📷 Live Preview
-
Copy the config file: Rename the included
sample.jstoconfig.js. -
Get an API key: Sign up at OpenWeatherMap and generate an API key.
-
Configure your location and API key: Edit
config.jsand replace the placeholders:const API_KEY = 'YOUR_API_KEY_HERE'; const CITY = 'YOUR_CITY_HERE';
Thanks!
