Project to turn my feature phone into a personal health tracker. Used to track progress toward general wellness goals, including but not limited to: Fruit, veggie, and water consumption, exercise, connection with family, and overall wellness. Currently just a couple scripts that update a history table, but it has aspirations of package status.
I was originally tracking these things with pencil and paper, but I ran into a few problems, like losing track of the papers or not being able to easily analyze the data over time. In order to solve these problems, I wanted to design a process that:
I knew that I could send SMS to a Gmail account, so I set up a dedicated account for wellness tracking. I start by texting my Gmail account some information about wellness, such as "Went climbing for 35 minutes." Then I pull down all those messages using gmailr
, map them to columns in my wellness table (ex_climb
), and extract the value included.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.