Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikitalpopov/population

web app with population heat map
https://github.com/nikitalpopov/population

angular heatmaps leaflet

Last synced: 13 days ago
JSON representation

web app with population heat map

Awesome Lists containing this project

README

        

# Population

World population heat map

- Data was retrieved from this [dataset](https://simplemaps.com/data/world-cities), bigger dataset is optional (check [`index.js`](https://github.com/nikitalpopov/population/blob/master/index.js#L6))
- Hosted on [Heroku](https://heroku.com/) with [json-server](https://github.com/typicode/json-server/)

## Demo

[![Visit demo](screenshot.png)](https://worldwide-population.herokuapp.com/)

## How to run

1. Run `npm install`
2. Start local server:

```bash
$ npm start
> [email protected] start ...
...
> JSON Server is running on http://localhost:3000
```

3. Open browser on [http://localhost:3000/](http://localhost:3000/)