/weather-interface

Interfaces with Open Weather Map API

Primary LanguageVue

weather-app

Weather App for CodingTemple weekend project

Build Setup

# install dependencies
npm install

# add file config.json in root file and add:
{
  "api-key": "YOUR_API_KEY"
}

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.