https://github.com/acdvs/weather-lookup
Look up weather, temperature, and AQI by location.
https://github.com/acdvs/weather-lookup
nextjs openweather-api react react-query tailwindcss zustand
Last synced: 3 months ago
JSON representation
Look up weather, temperature, and AQI by location.
- Host: GitHub
- URL: https://github.com/acdvs/weather-lookup
- Owner: acdvs
- Created: 2024-07-27T05:15:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T11:16:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T10:09:20.858Z (about 1 year ago)
- Topics: nextjs, openweather-api, react, react-query, tailwindcss, zustand
- Language: TypeScript
- Homepage: http://localhost:3000
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Lookup
1. Edit the `.env.example` file to add your OpenWeather API key.
1. Run `yarn install` and `yarn dev`.
1. Navigate to http://localhost:3000.