Skip to content

Piyush6949/weatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API based Weather App

A complete backend-only weather app project built using Node.js and Express.

What I Learned

This project helped me understand:

  • Asynchronous tasks
  • How to handle APIs
  • How to use Async/Await for promise based function.
  • Handling Routes in Express.

About Project

This is a backend-based Weather App made for learning purposes (I have just started development 🥲).

It takes your location input via the URL and returns a JSON response containing detailed weather information.

You can clone this project and run it on localhost.

You have to enter the following URL in the browser with address of your own choice.

localhost:3000/weather/{address}

For Example-

localhost:3000/weather/Pune

About

API based Weather App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors