https://github.com/p-adams/brassboard-weather
Minimal PoC version for the popular MetaWeather app
https://github.com/p-adams/brassboard-weather
firebase javascript vue-router vuefire vuejs vuetify
Last synced: 3 months ago
JSON representation
Minimal PoC version for the popular MetaWeather app
- Host: GitHub
- URL: https://github.com/p-adams/brassboard-weather
- Owner: p-adams
- Created: 2017-08-05T23:07:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T04:07:14.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T20:27:28.078Z (5 months ago)
- Topics: firebase, javascript, vue-router, vuefire, vuejs, vuetify
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brassboard-weather
> a minimal PoC for the popular weather app MetaWeather
#### Usage
clone the repo`git clone https://github.com/p-adams/brassboard-weather.com`
`cd brassboard-weather.com`
install dependencies
`npm install`
run app
`npm run dev`
#### Supported features
- User login/join
- Registered user's location persists
- Loads weather report for user's location
- Allows for searching weather reports by city name
#### Todo
- Add weather icons
- Add panel featuring weather from selected cities/countries
- Implement weather map feature