splittypie
splittypie copied to clipboard
Public API
Another idea I have is to hook into SplittyPie and pull out data to set reminders and display info on a calendar / dashboard in the living room of our house (there are 6 people). We could also automate Venmo charges by bridging with SplittyPie. The web UI is simple enough to scrape and the lack of authentication really simplifies things, but having the ability to pull out JSON would be awesome! There are so many things that could be done with this.
I'm not planning to introduce any official API. There is no server side here, but actually, you can get json
response right from firebase https://splittypie.firebaseio.com/events/{eventId}.json
just use eventId
from the url of your event. I know the format could be not ideal.