This project is for those who use the Pixels app to track their mood, and want to visualize the data. This is a work in progress.
- Download the JSON export of your data in the pixels app.
- Replace
raw.jsonwith your data export (the file must also be calledraw.json). - In terminal:
cd gatsby && npm i && gatsby develop - Open http://localhost:8000/ in your browser
- More charts
- Support for multiple years of data
