Wetter oder so...

CHANGE API KEYS !!!!!!

Project Description

This is a small project to learn Vue.js and TypeScript. It is a simple weather app that uses the OpenWeatherMap API to fetch weather data for a given city and Mapbox API for searching for cities.

Recommended IDE Setup

VSCode

Install the following extensions:

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build