Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malcodeman/weather-app

Small weather app.
https://github.com/malcodeman/weather-app

vuejs weather-app

Last synced: about 1 month ago
JSON representation

Small weather app.

Awesome Lists containing this project

README

        

# [Weather App](https://winter.surge.sh) ⛅

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/weather-app/blob/master/LICENSE)

Vue.js 🖖 project based learning app.

Does what weather apps do best, show 🌡️

## Table of Contents

- [Usage](#usage)
- [Credits](#credits)
- [License](#license)

## Usage

With node installed run the following:

```
yarn install
yarn serve
```

To successfully display forecast you will need [weather api](https://github.com/malcodeman/weather-api) running also.

## Credits

Huge ❤️ to:

- [Evan You](https://github.com/yyx990803) for creating vue.

## License

This project is [MIT licensed](./LICENSE).