This project is a sample of creating an asynchronous web app that uses Web API and user data to dynamically update the UI.
- Node and Express Environment
- Body-Parser package
- CORS package
Current weather data
API from OpenWeatherMap.com- HTML
- CSS
- ES6
- install packages by running this command
npm install
oryarn
. - run this command
node server.js
ornpm run start
. - open
http://localhost:8000/
in your browser and then try to enter zip code and your feeling then hit generate button. - notice data retrived in the section of
Most Recent Entry
For specific, detailed instructions, look at the project instructions in the Udacity Classroom.