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
- git clone this repo
- Navigate to
https://openweathermap.org/
, create an account/sign in - Create an API key at
https://home.openweathermap.org/api_keys
- Open Terminal
cd
into the "Weatherly" folder- Run
node index.js
- Use browser to connect to
http://localhost:4000/
to interact with web application