Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/malcodeman/weather-app
- Owner: malcodeman
- License: mit
- Created: 2018-01-04T15:29:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T13:05:12.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T11:10:41.534Z (2 months ago)
- Topics: vuejs, weather-app
- Language: Vue
- Homepage: https://winter.surge.sh
- Size: 8.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - weather-app - Shows weather. (Vue)
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).