An open API service indexing awesome lists of open source software.

https://github.com/parthasdey2304/weather-app

This is a weather application that uses ExpressJS as the backend and weather APIs.
https://github.com/parthasdey2304/weather-app

Last synced: about 1 year ago
JSON representation

This is a weather application that uses ExpressJS as the backend and weather APIs.

Awesome Lists containing this project

README

          

# weather-app
This is a weather application that uses ExpressJS as the backend and weather APIs.

# Prerequisites
You need NodeJS and NPM installed on you system!
+ For Debian based Distros:
```
sudo apt install -y nodejs npm
```
+ For Arch based Distros:
```
sudo pacman -Sy --noconfirm nodejs npm
```

# Installation
Clone the repo first:
```
git clone https://github.com/parthasdey2304/weather-app.git
```

Open the repository:
```
cd weather-app
```

Run the command to create **node_modules** folder:
```
npm i
```

Run the command to run the script:
```
npm run dev
```

### Its running now...

# Contributing
We welcome contributions from the community! We welcome your contributions to improve the project. If you'd like to contribute to weather-app, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.

# THANK YOU COMMUNITY!!!!