Skip to content

kritikash18/Weather-JS

 
 

Repository files navigation

Weather-JS

It's a simple API based weather web application made using HTML5, CSS3, and JavaScript. It's working process is simple. It takes the name of the City as input from the user and create a HTTP request and send it to Openweathermap.org API to get back the deatils in the form of a JSON Response. Out of all the details the following details are shortlisted:

  • Temperature of the City
  • Climatic condition of the City
  • Humidity
  • Wind Speed (Km/h)

If your PR gets merged for Hacktoberfest-21, your PR will get "hacktoberfest-accepeted" label on it.


Program Screenshot


screenshot


How to Contribute:

All contributions are welcomed. Follow these Guidelines:

  • Step 1: Fork this Repo. (This will create a separate clonned repo of this one for you)
  • Step 2: Make the Changes. Keep in mind the changes should be according to the contributing guidelines.
  • Step 3: Commit the changes.
  • Step 4: Click on Pull Request.
  • For more detailed steps for How to Contribute or How to Sync, follow Contributing.md file.

Voila..... You just made your first Pull Request.


About

It's a simple API based weather web application made using HTML5, CSS3, and JavaScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.5%
  • HTML 21.9%
  • CSS 19.6%