andreimatei / peer-ack

3 stars 1 forks source link

Add a new `inforad.html` page which displays the past 7 days peer acks #3

Closed spencerkimball closed 5 years ago

spencerkimball commented 5 years ago

in a rotating slideshow. The page goes into fullscreen mode with any key press. It updates from the peer acks database every 100 acks.

Also added a new /acks endpoint which returns an application/json response containing the past 7 days worth of peer acks. Had to move the user email fetching code out of the Page class and into a static class.