The Exist API is quite simple. I have already created a simple client that adds "coffees" to my account.
I want to send the number of cups of coffee that I drink to Exist. It seems easy. There are two steps: push button to send count of 1, and at end of the day send the total count to Exist and reset the count. There needs to be storage for the count and a way to send and reset it.

Load more