Skip to content

reshuffle-contrib/count-emoji

Repository files navigation

About

Saves emoji and reaction counts in the database.

Project was inspired by https://github.com/conorhastings/react-emoji-react.

Screenshots

Data

Sample data:

const emojis = [
  {
    name: 'earth_americas',
    count: 1,
  },
  {
    name: 'eight_pointed_black_star',
    count: 2,
  },
  {
    name: 'envelope',
    count: 1,
  },
];