Skip to content

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.

Notifications You must be signed in to change notification settings

jainayu/weather-app-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app-web-server

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

Steps to install on 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.


About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published