Skip to content

Build a map of thunderstorms with images and videos from Instagram

License

Notifications You must be signed in to change notification settings

DavydovDmitry/lightnings

Repository files navigation

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