Skip to content

Instantly share code, notes, and snippets.

@drwasho
Last active March 24, 2017 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drwasho/c015c97b447afddb35c31cfd7b1fb26f to your computer and use it in GitHub Desktop.
Save drwasho/c015c97b447afddb35c31cfd7b1fb26f to your computer and use it in GitHub Desktop.
Emoji Ratings
[
{
"emoji": "😍 Loved it!",
"rating": "5"
},
{
"emoji": "😊 Happy with it.",
"rating": "4"
},
{
"emoji": "😐 Meh...",
"rating": "3"
},
{
"emoji": "☹️ Didn't like it.",
"rating": "2"
},
{
"emoji": "😡 Awful, avoid.",
"rating": "1"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment