Skip to content

basic weather app using node.js and open-weather api.

Notifications You must be signed in to change notification settings

jhakrishan20/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app


basic weather api using node.js and open-weather api.
Author = Krishan jha

Overview :-


Hey there , in this project I made a simple weather application with decent frontend design using open-weather's landing page as api and "axios" as HTTP library to request third party server (ie open-weather) to fetch the weather data.

Working :-


User's just need to enter the city/country name to get today's weather information(ie temperature atmospheric parameters etc)of that particular place.
If the name of the city/country is valid and is present in the database the the above information is returned otherwise an error is returned.
Further I will be adding parameters like AQI , precipitation , chances of rain etc to increase the user experience.

To get started :-


STEP 1.)

Clone the repo in your local system.

STEP 2.)

Install the dependecies
(i) Using npm: Open your terminal or command prompt. Navigate to the root directory of your Node.js project where the package.json file is located. Run the following command:
npm install
(ii) Using yarn: Open your terminal or command prompt. Navigate to the root directory of your Node.js project where the package.json file is located. Run the following command:
yarn install

STEP 3.)

Run the following command:
npm run dev

STEP 4.)

Click on the port link.

Technology stack


html , css , javascript , node.js , express.js , axios.

About

basic weather app using node.js and open-weather api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published