Building a weather forecast site using the openweathermap.org web api.
Click here for live demo
- HTML & CSS
- Bootstrap
- JavaScript/ES6
- Fetch Api
- Webpack
- eslint
- style lint
- To start the weather application follow the link provided in the live demo section.
- Once the page loads, accept location services for the app to give you the current whether at your location.
- Type any city you desire to view the current weather in that city.
- Compatible Web browser (Chrome, Mozilla, IE, Safari)
- Create an Open weather account
- Generate an API KEY API_KEY Generator
From the command line/terminal clone the repository:
$ git clone https://github.com/Elbie-em/Weather-App-JS.git
Rename .env_sample to .env
$ mv .env_sample .env
Add you api key here in .env file
API_KEY='YOUR_API_KEY_HERE'
To deploy on your local environment run:
$ npm run start
---> Project will run on http://localhost:8080/public/dist/
👤 Elbie Moonga
- GitHub: @Elbie-Em
- Twitter: ElbieEm
- LinkedIn: elbie-moonga
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.