https://github.com/webmasterdevlin/weather-forecast-app
https://github.com/webmasterdevlin/weather-forecast-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmasterdevlin/weather-forecast-app
- Owner: webmasterdevlin
- License: mit
- Created: 2021-02-10T09:38:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T09:54:00.000Z (over 5 years ago)
- Last Synced: 2025-01-26T13:30:09.905Z (over 1 year ago)
- Language: Vue
- Size: 487 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WeatherForecast App

### 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`