Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New lifemojis #2

Open
nicktu12 opened this issue Feb 5, 2018 · 8 comments
Open

New lifemojis #2

nicktu12 opened this issue Feb 5, 2018 · 8 comments

Comments

@nicktu12
Copy link

nicktu12 commented Feb 5, 2018

{
"emoji": "🚚",
"description": "Made a move
},
{
"emoji": "πŸ‘°",
"description": "Got married"
},
{
"emoji": "πŸ‘¨β€πŸ‘©β€πŸ‘§",
"description": "Had a child"
},

This is a great tool - love the idea! Keep it up

@styfle
Copy link
Contributor

styfle commented Feb 5, 2018

Facebook has a "Life Event" feature with many popular life events

fb

@ByronHsu
Copy link
Owner

ByronHsu commented Feb 6, 2018

@nicktu12 so cute and creative!!
Thanks for your contribute. I had added it into data folder.
I will add a --update options in the future so that the user can easily get sync with the newest lifemojis!
Let's work together for life-commit!

ByronHsu added a commit that referenced this issue Feb 6, 2018
@dunklesToast
Copy link

dunklesToast commented Feb 9, 2018

New LifeMoji:

 {
    "emoji": "πŸ–",
    "description": "Vacation"
  }

Additional Idea:
You could change the order like this:

{
    "vacation": [
      {
        "emoji": "πŸ–",
        "description": "Beach vacation"
      },
      {
        "emoji": "πŸ’‚",
        "description": "London Trip"
      },
      {
        "emoji": "πŸ”",
        "description": "Went Hiking"
      }
    ]
  }

So you have different categories. I don't know if that makes the committing to long because then you can nearly use any emoji!
And I am currently building a Telegram bot for this so you can commit even if you are not at home / can't SSH into your life

@LevitatingBusinessMan
Copy link

LevitatingBusinessMan commented Feb 27, 2018

Also edited existing death emoji

{
 "emoji": "🎁",
  "descripting": "Receiving something"
 },
 {
 "emoji": "πŸ’Έ",
  "description": "Buying something"
 },
 {
 "emoji": "🏈"
  "description": "Sports"
 }
 {
 "emoji": "β›‘",
  "description": "Helped someone"
 },
 {
 "emoji": "πŸ‘œ",
  "description": "Leaving something"
 },
 {
 "emoji": "🌎",
  "description": "Travelling"
 },
 {
 "emoji": "πŸ₯",
  "description": "Someone got sick"
 },
 {
  "emoji": "πŸ’€",
  "description": "Somebody passed away"
 }

@ByronHsu
Copy link
Owner

I have updated. Thanks.

@LevitatingBusinessMan
Copy link

Like I said I edited the existing death emoji. You know have it doubled

@ByronHsu
Copy link
Owner

fix it now

@MrBenJ
Copy link

MrBenJ commented Jan 8, 2019

{
  "emoji": "❗️",
  "description": "Sudden Event"
},
{
  "emoji": "πŸ˜†",
  "description": "Memorable funny thing" /* "Telling jokes to kleptomaniacs is hard because they take everything literally */
},
{
  "emoji": "πŸ†",
  "description": "Received an award"
}

These are all the ones I can think of right now. Awesome project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants