Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 793 Bytes

Lightnings

This project build a map (using OpenLayers) of thunderstorms with multimedia (images and videos) from Instagram.

Essential processing stages:

  • collect locations and time of thinderstorms from Thunderfinder;
  • collect multimedia from Instagram:
    • collect shortcodes of multimedia by tag;
    • collect time and location of multimedia;
  • display on map icons of lightnings (on click multimedia) if time and location from Instagram and from Thunderfinder are the same.

Run

docker-compose build &&
docker-compose up