Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1007 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 1007 Bytes

Weatherly

A web application that allows users to type in any city and get information about the current temperature and weather condition of the requested city.

Back End

  • Programmed using Javascript (Node.js)
  • Integrated Open Weather Map's API to access weather information worldwide

Front End

  • Programmed using HTML and CSS
  • Utilized EJS to embed JS within HTML

How To Run The Program

  1. git clone this repo
  2. Navigate to https://openweathermap.org/, create an account/sign in
  3. Create an API key at https://home.openweathermap.org/api_keys
  4. Open Terminal
  5. cd into the "Weatherly" folder
  6. Run node index.js
  7. Use browser to connect to http://localhost:4000/ to interact with web application

Program Preview

image