/weather-app

Primary LanguageJavaScript

Weather Journal App

Contents

Description

  • This is a simple web api project that shows the current weather at a specific US city by entering the zip code of that city.

Dependencies

  • HTML : HyperText Markup Language, it builds the complete structure of the website.
  • CSS : Cascading Stylesheets, it used to provide the look and the format of the text which was written by the markup language "HTML".
  • JavaScript : it's a programming language that it's used commonly with website to provide the behavior and to describe the functionalit of it.
  • API From OpenWeatherMap.

References

  1. W3Schools
  2. ExpressJs
  3. MDN Web Docs
  4. OpenWeatherMap