Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregrickaby/local-weather
⛈ A weather app using Next.js, Mantine, Edge API Routes, and the OpenWeatherMap and Google Maps API's.
https://github.com/gregrickaby/local-weather
edge-runtime geocoding google-maps-api google-places-api hacktoberfest mantine mantine-ui nextjs openweathermap-api swr typescript vercel
Last synced: 1 day ago
JSON representation
⛈ A weather app using Next.js, Mantine, Edge API Routes, and the OpenWeatherMap and Google Maps API's.
- Host: GitHub
- URL: https://github.com/gregrickaby/local-weather
- Owner: gregrickaby
- License: mit
- Created: 2021-03-23T01:39:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:07:04.000Z (6 months ago)
- Last Synced: 2024-05-02T03:19:54.504Z (6 months ago)
- Topics: edge-runtime, geocoding, google-maps-api, google-places-api, hacktoberfest, mantine, mantine-ui, nextjs, openweathermap-api, swr, typescript, vercel
- Language: TypeScript
- Homepage: https://localwx.vercel.app
- Size: 2.17 MB
- Stars: 49
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Weather
A weather app using Next.js, Mantine, Edge API Routes, and the OpenWeatherMap and Google Maps API's.
⛈ View your local weather forecast:
---
## Contributing
Please see [CONTRIBUTING](./CONTRIBUTING.md) to get started.
---
## Credits
- React components by [Mantine](https://mantine.dev/)
- Weather icons by [@basmilius](https://github.com/basmilius/weather-icons)
- Weather data from [OpenWeatherMap API](https://openweathermap.org/api)
- Geocoding data from [Google Maps](https://developers.google.com/maps/documentation/geocoding/overview)---