Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oleq/dm-es6-map


https://github.com/oleq/dm-es6-map

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Interactive map with place management using ES6

Places can be created, removed and moved (dragged and dropped). Places are saved in `localStorage` and restored if available.

## Compatibility

Tested in Chrome 43 and Firefox 38.

## Installation

```
npm install
```

To install `webpack` globally:

```
npm install -g webpack
```

## Usage

```
webpack
```

or

```
webpack --watch
```