Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonekc/weather-forecast-app
Weather forecast app
https://github.com/jonekc/weather-forecast-app
Last synced: 24 days ago
JSON representation
Weather forecast app
- Host: GitHub
- URL: https://github.com/jonekc/weather-forecast-app
- Owner: jonekc
- Created: 2024-11-14T20:28:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T21:41:33.000Z (about 2 months ago)
- Last Synced: 2024-11-16T22:27:11.286Z (about 2 months ago)
- Language: Vue
- Homepage: https://weather-forecast-link.netlify.app/
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Forecast App
User is able to get the weather forecast for a given town. This Vue 3 application uses a free weather API. The results are shown in a chart and as a list component.
## Launching the application locally using Docker
- Development version:
Building an image:
```sh
docker-compose build
```Running the application with Hot-Reload functionality:
```sh
docker-compose up
```- Production version:
```sh
docker-compose -f docker-compose-prod.yml --env-file .env.production build
docker-compose -f docker-compose-prod.yml --env-file .env.production up
```## Environment variables
Create an `.env`/`.env.production` file based on an `.env.example` file if you want to change the default values defined in a `src/utils/configuration.ts` file.