Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 539 Bytes

File metadata and controls

18 lines (13 loc) · 539 Bytes

Weather App

This is a weather app which takes city name as input.

  • Enter the city name and then press Enter to see the results.

Setup

Simply fork this and open index.html file to view it in your browser

Contributing

If you wish to contribute to this project

  1. Fork it (https://github.com/bislara/code-n-stitch/fork)
  2. Commit your changes (git commit -am 'Add some fooBar')
  3. Push to the branch (git push origin feature/fooBar)
  4. Create a new Pull Request

Any further improvements are always welcomed!