Weather Forecasting using Vue.js, OpenWeatherMap
SkyCast
Weather Forecasting using Vue.js, OpenWeatherMap
Project setup
npm install
API Key
- Create Api Key from OpenWeatherMap.
- Please input the key in the space provided within src/store/store.js
apiKey: "YOUR_API_KEY"
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint