https://github.com/julesss-coder/weather-app
https://github.com/julesss-coder/weather-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/julesss-coder/weather-app
- Owner: julesss-coder
- Created: 2024-01-16T21:51:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T17:37:41.000Z (over 2 years ago)
- Last Synced: 2025-06-20T16:11:22.184Z (about 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-app - Version 1
Simple app to get current weather in desired location. Based on the app in NetNinja's course "Modern JavaScript".
Please note:
- The app will take the first city match it finds, which may not be the one you want. Using place autocomplete will be part of a future version of this app.
- I am using AccuWeather's free CoreWeather package which is limited to 50 API calls a day. On a day I am working on this project, you may not have any calls left to try this app - please come back another day. Thanks for your understanding!
Try it here: https://65abeea4f5229ead39ff5a12--superlative-brigadeiros-877d96.netlify.app/
Weather icons taken from NetNinja's Course Files: https://github.com/iamshaunjp/modern-javascript/tree/lesson-108