NachiketaDhal / Weather-API

Weather API using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-Application

This is a simple weather application(without any styling) built with the help of node.js.

After cloning this project to a local repository you need to run the command npm install in git bash(opened in the same project directory) to install all the required packages(mentioned inside package.json file).

Then you can simply run the command node app.js to run this code on a locally hosted server at port 3000.

Then open browser and go to localhost:3000/ to checkout the weather of different cities.

About

Weather API using Node.js

License:MIT License


Languages

Language:JavaScript 52.8%Language:HTML 47.2%