Node.js is commonly used as a web server to serve up websites, JSON, and more. This project is my first Node server with Express. This allow users to interact with my application by visiting a URL in the browser.
I have deployed this web application on Heroku you can check that on Weather-App.
For those who wants to run this app on a local machine
1. Clone the application using
git clone https://github.com/jainayu/weather-app-web-server
2. Change the directory using
cd weather-app-web-server
3. Install the application using
npm install
4. Run the application using
npm run dev
Now, you can simply listen on http://localhost:3000/
, this web application to fetch the weather will show up.