Skip to content

Application built using Node.js, capable of fetching weather data from any location fed to it

Notifications You must be signed in to change notification settings

Coder-Srinivas/weather-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Application built using Node.js, capable of fetching weather data from any location fed to it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published