Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 684 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 684 Bytes

Weather Journal App

Apps functions

  • Recieves a zip code in the input field provided for zip .
  • And also recieves your feelings about the weather
  • then returns the weather details of the location carrying the zip code you inserted .
  • It also adds an image to represent the weather diagramatically .
  • And lastly it also returns a discription of the weather in words(phrase).

Implementations

  • Use of express for web serving .
  • Use of bodyParser for json file handling , along with proper url encoding .
  • Use of a weather API courtesy of https://openweathermap.org .
  • proper use of promises and asynchronous programming .

written by, Destiny Obamwonyi