A weather app that gets user location and fetches the current weather from the open weather API.
- Express
- Hbs
- Request
Follow along the steps below to get a copy at your local machine.
-
Navigate to the directory where you want this project to clone and then clone it
git clone [email protected]:chris-diam/Weather-App.git
-
Navigate to the
weather-app
directorycd weather-app
-
Install the npm package with
npm install
-
Start the server with
npm run start
-
The site should automatically open in your browser at http://localhost:3000/ if it didn't then open your browser with that link.