SkyCast uses OpenWeather API to show weather information.
- I mainly built this project to brush up on some JavaScript concepts and implement tailwind CSS.
- Please use your own API key, go to OpenWeather and signup then create your API key
- Edit the first line of script.js
const api = "YOUR API KEY GOES HERE"