Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nikitalpopov/population
- Owner: nikitalpopov
- Created: 2020-08-25T23:35:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T20:10:49.000Z (over 3 years ago)
- Last Synced: 2023-02-27T08:21:50.686Z (almost 2 years ago)
- Topics: angular, heatmaps, leaflet
- Language: TypeScript
- Homepage: https://worldwide-population.herokuapp.com
- Size: 34.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)