https://mentyb-api.onrender.com
GET /api/emotions
GET /api/emotions/${emotion}
Parameter | Type | Description |
---|---|---|
emotion |
string |
Required. Name of emotion (e.g. 'happy') |
{
"singleEmotion": {
"_id": "63c4ec691b6343cac265ee16",
"emotion": "happiness",
"wellnessSphere": {
"physical": [
"exercise"
],
"emotional": [
"give someone a hug"
],
"occupational": [
"plan your work week"
],
"social": [
"make plans with a friend"
],
"spiritual": [
"meditate for 10 mins"
],
"intellectual": [
"read a book"
],
"environmental": [
"appreciate your home space"
],
"financial": [
"donate $ to a cause of your choice"
]
}
}
}
happiness
anger
sadness
joy
🚧 Database seeding... 🌱 More emotions will be available soon!