Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkalupahana/sanvello
A web viewer for Sanvello mood tracking data.
https://github.com/nkalupahana/sanvello
Last synced: 5 days ago
JSON representation
A web viewer for Sanvello mood tracking data.
- Host: GitHub
- URL: https://github.com/nkalupahana/sanvello
- Owner: nkalupahana
- License: unlicense
- Created: 2021-09-13T17:06:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T20:46:30.000Z (about 3 years ago)
- Last Synced: 2023-10-20T22:05:43.458Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sanvello Viewer
This is a program that allows you to visualize Sanvello data on your browser in a way that makes it easier to see patterns, view mood logs, and more.![](example_view.png?raw=true)
## Setup
- Sign into [Sanvello](https://web.sanvello.com) on a web browser.
- On that same browser, go to [https://app.sanvello.com/app/activity/history?startTime=0](https://app.sanvello.com/app/activity/history?startTime=0), take its contents, and put them into a file in this directory called `data.json`.
- Run `python3 -m http.server` (or some equivalent) to start a web server in this directory.
- Navigate to whatever URL the web server is hosting at ([localhost:8000](http://localhost:8000) for the given command), and the viewer will show up!