Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikyw89/weatherapp
https://github.com/vikyw89/weatherapp
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikyw89/weatherapp
- Owner: vikyw89
- License: mit
- Created: 2023-01-10T04:15:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T12:22:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T20:43:10.161Z (2 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weatherApp
live preview : https://vikyw89.github.io/weatherApp/
Assignment
- Set up a blank HTML document with the appropriate links to your JavaScript and CSS files.
- Write the functions that hit the API. You’re going to want functions that can take a location and return the weather data for that location. For now, just
console.log()
the information.
- Write the functions that process the JSON data you’re getting from the API and return an object with only the data you require for your app.
- Set up a simple form that will let users input their location and will fetch the weather info (still just
console.log()
it).
- Display the information on your webpage!
- Add any styling you like!
- Optional: add a ‘loading’ component that displays from the time the form is submitted until the information comes back from the API.
- Push that baby to github and share your solution below!