Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

strawpoll.me Archive

Archival project to save the API result of every poll on strawpoll.me

Install server

  1. npm install
  2. Change the api host in tracker/static/src/index.js

Build docker

  1. Change the api url in Dockerfile
  2. docker build . -t saw