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
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.
npm install
npm run start
{
// 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": [
["π‘", "πΏ", "π", "πΊ", "π’", "π€¬"],
["π", "π’", "π©"],
["π", "βΉοΈ", "π"],
["π", "π", "π"],
["π", "β€οΈ", "π", "π"]
]
}
}
π€ Filippo Finke
- Website: https://filippofinke.ch
- Github: @filippofinke
- LinkedIn: @filippofinke
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Add support to multiple users
Give a βοΈ if this project helped you!