Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ebandev/lacrymap

💣 Lacrymap — An interactive map displaying all the deaths created by tear gas use, built with NuxtJS and Leaflet
https://github.com/ebandev/lacrymap

Last synced: about 1 month ago
JSON representation

💣 Lacrymap — An interactive map displaying all the deaths created by tear gas use, built with NuxtJS and Leaflet

Awesome Lists containing this project

README

        

# 💣 Lacrymap

## A tool for mapping and visualizing all the deaths caused by tear gas worldwide.

This project is built with [NuxtJS](https://nuxtjs.org/), and [Leaflet](https://leafletjs.com/).

To change data, edit the `cases.yml` file in the `content` folder.

To run the project locally, clone the repository, and run the following commands:

```bash
npm install
npm run dev
```

To build the project, run:

```bash
npm run build
```