Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelpale/sensibus
Time series logger and analyser for your daily feelings, activities and life in general.
https://github.com/axelpale/sensibus
Last synced: about 1 month ago
JSON representation
Time series logger and analyser for your daily feelings, activities and life in general.
- Host: GitHub
- URL: https://github.com/axelpale/sensibus
- Owner: axelpale
- License: gpl-3.0
- Created: 2019-12-04T18:01:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T20:14:29.000Z (over 4 years ago)
- Last Synced: 2024-10-31T17:51:55.601Z (3 months ago)
- Language: JavaScript
- Homepage: https://sensibus.io
- Size: 638 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sensibus
A time series logger, analyser, and predictor for your daily feelings and activity. Provides future prediction via dynamic naive bayesian methods.
![Timeline Example](doc/timeline-example.jpg)
## Install
$ git clone https://github.com/axelpale/sensibus.git
$ cd sensibus
$ npm install
$ cp .env-sample .env
$ nano .env
$ npm run build
$ npm startThen, open [localhost:8888](http://localhost:8888/) in your web browser.
## Directory structure
- `doc/` – images and stuff for documentation purposes
- `local_modules/` – features and logic shared between submodules
- `server/` – a submodule, a sensibus server instance
- `site/` – a front-end client responsible for most pages of the sensibus site
- `timeline/` – a front-end client responsible for the timeline page## Licence
[GPL 3.0](LICENSE)