Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.42 KB

File metadata and controls

35 lines (25 loc) · 1.42 KB

Weather Application

Website shields.io PRs Welcome

Application which fetches weather from any location on the world. Type in your query in the search box and wait for it to surprise you.

How I built it 🐺

TomAndJerryPreparingGIF

Created using the Mapbox API and OpenWeather API. The address is first passed to Mapbox API which converts the given location into it's corresponding latitude and longitude. The latitude and longitude are then passed to OpenWeather API which get the weather info of the respective co-ordinates.

Owning the project

Make this project your own by following the below steps :
  • Fork the repo and make it your own.
  • Clone your remote repo by either using Secure Shell (SSH) or HTTPS link, using the command.
git clone https://github.com/your-github-username/weather-application.git
  • Enchance the application or edit it.
  • Add and commit your changes to the git repository using the commands
git add .
git commit -m "Your enchanced feature"
  • Enjoy, The project now is all yours.

Consider staring it if you like the application.