Skip to content

loleg/wlw-partner-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wLw-Partner-Map

Automating updates to wLw's partner map.

Contributed as part of DINAcon HACKnights 2022.

Requirements

Install Python 3.9+, SQLite3 and Node.js/NPM 14+ before starting.

Run locally

make setup
make run-exporter
make run-map

Run with docker/podman

make setup
make images
make run-exporter-container
make run-map-container
# open http://localhost:8080

Languages

  • Python 46.8%
  • JavaScript 14.7%
  • Makefile 12.0%
  • Shell 11.7%
  • HTML 9.2%
  • Dockerfile 5.6%