Microverse Full-Stack Web Development Education
Microverse Page »
View Demo
·
Report Bug & Request Feature
This is a weather forecast site using the weather API. Users are able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius.
Components of this project is listed below;
- Bootstrap4
- Javascript - ES6
- WebPack
- VsCode
- openweathermap API
- EsLint
This project has been deployed on github pages, you can visit page or download/clone repository from github to try it.
- clone the repo using
git clone [email protected]:oloomoses/weatherApp.git
command - create a .env file in the root directory and add your api key in the format
API_KEY=YourOpenWeatherMapAPI_KEY
- In you dir folder, open index.html in your browser
- Type the city name in the search form and press Enter
👤 Oloo Moses
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.