A simple repo with two startpages
This is my instance the project you can use it if you want, but beware that the location is hardcoded in version 2, if you wanna change it read below how to run your local instancehttps://startpage-eight.vercel.app
1. Download the repo
git clone https://github.com/imkowalski/startpage.git
2. Run it using your favorite live server either in the ./ folder or in the folder of your favorite version
3. If you are running the v2 remember to change the coordinates of your location, in the openweathermap url and set en api key using this command in the js console
localStorage.setItem("api", "YOUR_OPEN_WEATHER_MAP_API_KEY");
This project is licensed under the MIT License