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

https://github.com/webmasterdevlin/weather-forecast-app


https://github.com/webmasterdevlin/weather-forecast-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# WeatherForecast App

![screenshot](./screenshot.png)

### Step 1: Install dependencies:

`yarn` or `npm install`

### Step 2 (optional, I've added an free API key for testing):

edit `.env.example to .env` file and add OpenWeather API key

### Step 3: to run project in development mode

`yarn serve` or `npm serve`

### Other Scripts:

- `yarn test:unit` or `npm run test:unit` for testing

- `yarn build` or `npm run build` for `Production Build`