https://github.com/vikbert/maskr
A Vue.js project to show the real-time inventory level of masks. The geo-data used in this app is found from the internet, not REAL.
https://github.com/vikbert/maskr
google-maps-api vuejs
Last synced: 5 months ago
JSON representation
A Vue.js project to show the real-time inventory level of masks. The geo-data used in this app is found from the internet, not REAL.
- Host: GitHub
- URL: https://github.com/vikbert/maskr
- Owner: vikbert
- License: mit
- Created: 2021-01-26T20:54:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T14:18:12.000Z (about 5 years ago)
- Last Synced: 2025-06-24T20:49:13.152Z (9 months ago)
- Topics: google-maps-api, vuejs
- Language: Vue
- Homepage: https://maskr.xzhou.vercel.app
- Size: 5.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maskr
Realtime Mask Radar
## Getting started
```
npm install
npm run dev
```
#### Build
```
npm run build
```
#### Linter
```
npm run lint
```