An open API service indexing awesome lists of open source software.

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

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


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!


Buy Me A McFlurry