Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

🌨️ Find the detailed weather conditions of any place in the world
https://github.com/dashroshan/weather-app

mern weather weather-app weather-forecast

Last synced: 3 days ago
JSON representation

🌨️ Find the detailed weather conditions of any place in the world

Awesome Lists containing this project

README

        

Weather Search

Find weather of any place you want 🌨️




# Setup process

## Frontend

Run the below command in the _frontend_ folder.

```
npm install
```

In _frontend/index.js_ swap the commented lines for _window.APIROOT_ to run frontend separately or through the backend server as needed.

If running through backend server, run the below command.

```
npm run build
```

## Backend

Run the below command in the _backend_ folder.

```
npm install
```

Create a _secrets.env_ file with below contents.

```
PORT = 4000
KEY =
```

Start the server with the below command.

```
node index.js
```