A weather app created with Vue.js and the openweathermap.com API

vue-weather-app

This app is created with Vue.js and uses the openweathermap.com API. In order to run this app from the source code, a developer must create an account on openweathermap.com and then create an API Key.

Screenshots

Steps to create an OpenWeatherMap API Key

1. Go to openweathermap.com and create an account
2. Go to API Keys and create a new key
3. Copy and pased the key into a .env file as the variable:

```
VUE_APP_MY_ENV_VARIABLE
```

4. Save the .env file

Steps to run the app via npm scripts

1. Run the npm script serve

2. The app will appear on localhost:3000

Steps to run the app with Docker

1. Open docker
2. Go to the terminal and run command

```
$docker-compose up -d --build
```

3. The app will appear on localhost:3000

GitHub

View Github