An open API service indexing awesome lists of open source software.

https://github.com/gentieman/simple-weather-vue3

A simple weather service written in Vue 3
https://github.com/gentieman/simple-weather-vue3

simple-weather-app vue3 weather

Last synced: 2 months ago
JSON representation

A simple weather service written in Vue 3

Awesome Lists containing this project

README

        

# Simple weather vue3 🌦️

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Vue 3.x](https://img.shields.io/badge/vue-3.x-brightgreen.svg?style=flat-square)](https://vuejs.org)
[![Node](https://img.shields.io/badge/node-16.x-brightgreen.svg?style=flat-square)](https://www.npmjs.com/)
[![Vite](https://img.shields.io/badge/vite-2.8.x-brightgreen.svg?style=flat-square)](https://vitejs.dev/)

> A simple weather service written in Vue 3 + composition API

- [Demo](#demo)
- [Install](#install)
- [Stack](#stack)
- [License](#license)

## Demo

To view a demo online: [Simple weather](https://weather-vue3.netlify.app/)

## Install

To view demo examples locally clone the repo and run ``npm install && npm run dev``

## Stack

### Frontend 🎨

- Build tool: [Vite](https://vitejs.dev/)
- Framework: [Vue 3](https://vuejs.or🎨🎨g/) (Composition API)
- CSS Preprocessor: [Sass](https://sass-lang.com/)

### Backend βš’οΈ

- Deploy: [Netlify](https://www.netlify.com/)
- API: [Free Weather API](https://www.weatherapi.com/)

## License

MIT