-
Notifications
You must be signed in to change notification settings - Fork 0
jhakrishan20/weather-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
basic weather api using node.js and open-weather api.
Author = Krishan jha
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.
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.
Clone the repo in your local system.
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
Run the following command:
npm run dev
Click on the port link.
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 0
No packages published