Back
Question
Are there any public APIs from WIP like a streak you could embed?
Title says it all. It would be fun to have your streak on your personal site.
We're a group of makers shipping together. We help each other stay accountable and reach our goals.
Apply for accessGo to Homepage | g h |
Go to Done Todos | g d |
Go to Questions | g q |
Compose a New Todo | n |
Go to Search | / |
Show this dialog | ? |
👋 Join WIP to participate
This is what you're looking for: wip.co/api
Should be doable with the methods listed in the docs, in particular: wip.apidocumentation.com/api-…
See
streak
propI've done this – but I used the graphQL api that is being deprecated and I'll need to replace it.
I love having widgets, mine just revalidates on a daily basis (when someone load the site):
https://api.wip.co/v1/users/me.json?api_key=wip_sk_FOOBAR
response["streak"]
Replace
wip_sk_FOOBAR
with an API key from wip.co/my/api_keys