Skip to content

Find out the weather information of your city using this simple weather app built with JavaScript.

License

Notifications You must be signed in to change notification settings

johnsonsirv/weather-today

Repository files navigation

Weather Widget

Version Documentation Maintenance License: MIT Twitter: vokeugo netlify

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 -

  1. Search the current weather in a desired City
  2. 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

todo-list-app

Built with:

  • Javascript (ES6)
  • OpenWeatherMap API See Docs
  • Jest (TDD)
  • Webpack 4
  • JSON

Installation

Clone the repository to your local machine

$ git clone https://github.com/johnsonsirv/weather-today.git

Usage

Open the terminal

$ cd weather-today
$ npm install
$ npm run build

Open the ./dist/index.html

Contributor(s)

Victor Okeugo

How to contribute

  1. Fork it (https://github.com/johnsonsirv/weather-today/fork)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -m 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request

You can also create issues

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Find out the weather information of your city using this simple weather app built with JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published