An asynchronous web app that uses a Web API called openWeathrMap to dynamically update the UI based on the user's entered data, it's the 2nd project task of Udacity proffesional web development scholarship.
- server.js: where you can find all of my server side logic using node.js.
- src: The client side website with all styles and scripts, there is no need to separate .css and .js files into separate files and assets as the project is small.
- index.html
- app.js
- style.css
- README.md
- Users can find weather data by zip code and country code.
- An error message shows with 404 status code if the entered zip code or country code is not valid by the API.
- The default location data is set to Los Angeles, US with zip code: 90001 and country code: us.