Skip to content

haakensonb/interactive_ip_heatmap

Repository files navigation

Interactive IP Address Heatmap

Description

The goal of this project was to take a dataset with IPv4 address locations and plot them as an interactive heatmap.

Try it out!

See the project live here

Run Locally With Docker

docker build -t ip-heatmap .

docker run -d -p 8000:8000 \
--env PORT=8000
--env DEBUG=True \
--env PROD_HOST=localhost \
--env PROD_HOST_WITH_SCHEME=https://localhost \
--env SECRET_KEY=insecure_dev_key \
ip-heatmap

Technologies Used

  • React, React-leaflet
  • Typescript
  • Leaflet, Leaflet.heat
  • Django Rest Framework

About

The goal of this project was to take a dataset with IPv4 address locations and plot them as an interactive heatmap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors