A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript
This project is about the use of API's in JavaScript. Also to evaluate the use of async/await
and promises
.
The DOM Elements are build mainly from JS: The JS has the following structure
- Dom module
- Weather_api module
- HTML5
- CSS3
- JavaScript
To get a local copy up and running follow these simple example steps.
- in your terminal, run
git clone https://github.com/Misori-simon/weather-api.git
- Open project directory.
cd weather-api
- Open dist directory.
cd dist
- Navigate index.html with your browser.
- Open project directory.
cd weather-api
- Run
npm install
- Run
npm start
to start the webpack-dev-server
👤 Misori Simon
- GitHub: Misori-simon
- Twitter: @misori_simon
- LinkedIn: Misori Simon
Contributions, issues, and feature requests are welcome!
Give a ⭐ if you like this project!