https://github.com/filippofinke/mood-meter
đ Track a person's mood and get a notification when it changes, inspired by the Kira Meter
https://github.com/filippofinke/mood-meter
ifttt ifttt-webhooks kira kira-meter mood mood-meter mood-tracker track
Last synced: 6 months ago
JSON representation
đ Track a person's mood and get a notification when it changes, inspired by the Kira Meter
- Host: GitHub
- URL: https://github.com/filippofinke/mood-meter
- Owner: filippofinke
- Created: 2021-08-09T11:42:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T08:59:58.000Z (over 3 years ago)
- Last Synced: 2025-05-20T08:13:47.985Z (7 months ago)
- Topics: ifttt, ifttt-webhooks, kira, kira-meter, mood, mood-meter, mood-tracker, track
- Language: JavaScript
- Homepage:
- Size: 439 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to mood-meter đ
> Track a person's mood and get a notification when it changes, inspired by the Kira Meter from [How To Sell Drugs Online (Fast) TV Series]()
### đ [Homepage](https://github.com/filippofinke/mood-meter#readme)
Demo
## IFTTT Support
You can set up an IFTTT webhook in the config file to receive notifications about the other person's mood change directly to your phone.
## Install
```sh
npm install
```
## Usage
```sh
npm run start
```
## Configuration
```js
{
// Server port
"PORT": 8080,
// Webhook for notification, get it from: https://ifttt.com/maker_webhooks/settings
"WEBHOOK": "https://example.com",
"CONFIG": {
// The title of the web page
"title": "Title",
// Colors, play with it
"colors": {
"--bg-color": "#fdf6f0",
"--text-color": "#a19882",
"--slider-thumb-color": "#cdbba7",
"--slider-bg-color": "linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(227, 255, 0, 1) 50%, rgba(0, 255, 0, 1) 100%);"
},
// Emojis to show on the bar
"emojis": ["đ¤Ŧ", "đĨē", "đ", "đ", "đĨ°"],
// Animations to execute when an emoji is selected, the order matters.
"animations": [
["đĄ", "đŋ", "đ", "đē", "đĸ", "đ¤Ŧ"],
["đ", "đĸ", "đŠ"],
["đ", "âšī¸", "đ"],
["đ", "đ", "đ"],
["đ", "â¤ī¸", "đ", "đ"]
]
}
}
```
## Author
đ¤ **Filippo Finke**
- Website: https://filippofinke.ch
- Github: [@filippofinke](https://github.com/filippofinke)
- LinkedIn: [@filippofinke](https://linkedin.com/in/filippofinke)
## đ¤ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/filippofinke/mood-meter/issues).
## Todo
- [ ] Add support to multiple users
## Show your support
Give a âī¸ if this project helped you!