Weather Widget is a simple weather app that explores how to work with APIs in JavaScript. It demonstrates the knowledge of ``asynchronous`` workflow through the use of ``Promises``, ``Async & Await``, and ``JSON`` to serve data from a remote API.
It contains basic features such as -
- Search the current weather in a desired City
- Show a default weather location for the city of
Lagos
This project was completed in line with standards provided by Microverse.
See Live Link- Weather Widget
- Javascript (ES6)
- OpenWeatherMap API See Docs
- Jest (TDD)
- Webpack 4
- JSON
Clone the repository to your local machine
$ git clone https://github.com/johnsonsirv/weather-today.git
Open the terminal
$ cd weather-today
$ npm install
$ npm run build
Open the ./dist/index.html
- Github: @johnsonsirv
- Twitter: @vokeugo
- Email: okeugo.victor.c@gmail.com
- Fork it (https://github.com/johnsonsirv/weather-today/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -m 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
You can also create issues
This project is licensed under the MIT License - see the LICENSE file for details.