This is an instagram emoji tag data visualisation project using D3.js It displays the number of times popular emojis have been used to tag media on instagram. The size of the emoji indicates the count size and clicking on the visualisation clusters/de-clusters the emojis by mood (positive/negative).
The counts are retrieved via the emojiCountApi.
git clone git@github.com:bbc/instagram-emoji.git
cd instagram-emoji
npm install
npm start