https://github.com/alrico88/simple-heatmap
Webapp to draw heatmaps from CSV or DSV written in Vue
https://github.com/alrico88/simple-heatmap
csv heatmap leaflet vue
Last synced: 5 months ago
JSON representation
Webapp to draw heatmaps from CSV or DSV written in Vue
- Host: GitHub
- URL: https://github.com/alrico88/simple-heatmap
- Owner: alrico88
- Created: 2020-03-11T15:54:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T09:08:47.000Z (about 6 years ago)
- Last Synced: 2025-10-11T17:22:25.618Z (6 months ago)
- Topics: csv, heatmap, leaflet, vue
- Language: JavaScript
- Homepage: https://simple-heatmap.onrender.com/
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-heatmap
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).