>www.needtoimpeach.com
Website built by Tom Steyer
App: tomsteyer-prod.appspot.com
Uses google firestore as a real-time notification/database.
Firebase App: https://tomsteyer-prod.firebaseio.com
There is some interesting calculations going on… for instance the current "goal" of 8 million is actually calculated by:
Math.floor(total/1000000+1) which means;
Round the specified number down to the nearest integer. So if the actual number is 7 million it would be 8. So its technically, this will constantly change.
There is a live link to the firestore database that is constantly sending new values to the page. Which i believe are just visits not actual signups.