/weather-app

Weather Application

Primary LanguageJavaScript

Weather Application

Weather Application.

Requirements

  • React >= 16.0.7
  • npm >= 3.0.0

Version

1.0.0

Installation

Download zip file and extract it latest pre-built release. Or clone the repository and cd into it.

Weather-App uses a number of open source projects to work properly:

Install the dependencies and start the server.

cd weather-app
npm install
cp .env.example .env

If you don't have .env file you can use the example one. Just rename .env.example to .env. Enter your configuration here.

Run

Run the following command to start the HTTP Server.

npm start