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

https://github.com/randomfractals/world-migrations

World Migrations Data Viz
https://github.com/randomfractals/world-migrations

d3 vue world-map

Last synced: 11 months ago
JSON representation

World Migrations Data Viz

Awesome Lists containing this project

README

          

# world-migrations

> Word Migrations Data Viz

## app dev blog

https://www.linkedin.com/pulse/world-migrations-taras-novak

## app dev status

from day 2 of dev (simple 80/20 app vue layout setup)

![alt tag](https://github.com/RandomFractals/world-migrations/blob/master/screens/worldMigrations80-20MapListSplitLayout.png)

next up: day 3 of dev: mapping the world with d3:

http://techslides.com/demos/d3/worldmap-template-d3v4.html

![alt tag](https://github.com/RandomFractals/world-migrations/blob/master/screens/worldMapInteractiveV1.png)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# lint all *.js and *.vue files
npm run lint

# run unit tests
npm test
```

For more information see the [docs for vueify](https://github.com/vuejs/vueify).