This weather app takes on a Star Wars Biome twist that is dependent upon your local weather outside. Or search for a city by name.
- OpenWeather API
- Inspiration by Tom Scott's Star Wars Weather that closed down
- Generate your own API key at OpenWeatherAPI
- Create a file in the /src folder titled "config.js"
- Copy and paste the following with your api key in that file:
const config = {
OPEN_WEATHER_API_KEY: "Your Key",
}
- Project should be up and running!