Show HN: Instawell, an anonymous community for our health + New API
Instawell is an anonymous public network for sharing health issues and connecting with doctors.
You post an issue, track it, update it, and get simple feedback. You can invite a friend to share the issue, so you can both track something while remaining anonymous to everyone else. People can discover others dealing with the same issues and around them.
Instawell is offered as a service at https://api.instawell.com and as a web app at http://instawell.com. We are working to release our mobile web version next week, alongwith a private beta for our iOS + Android versions.
Get started with Instawell right away:
1: Create an identity
$ curl -ssl3 -k --data "email=your@emailhere.com&password=yourpass" https://api.instawell.com/v1/users
2: Share your symptoms
$ curl -ssl3 -k --data "mysymptoms=Feel Tired, Aching Head" --header "X-instawell-token: YOURTOKENHERE" https://api.instawell.com/v1/sets/
3: Track your sets
$ curl -ssl3 -k --header "X-instawell-token: YOURTOKENHERE" "https://api.instawell.com/v1/sets/"
4: Do more on the web app.
There's a lot of fun stuff we are working and very excited to hear back from the HN community. We <3 Terminal but there are other sample code on the Docs link as well.
Web - http://instawell.com Docs - http://docs.instawellapiv1.apiary.io/ Blog - http://blog.instawell.com/post/53509254012/public-api
Share how you are feeling today :)