@szygi/emoji-cloud
v1.0.0
Published
Simple CLI tool to generate emoji cloud in CSV format from stdin
Maintainers
Readme
emoji-cloud
Simple CLI tool that process text input from STDIN and outputs emojis and their occurrences in CSV format.
INSTALLATION
npm install -g @szygi/emoji-cloudUSAGE
cat file_with_emojis.txt | emoji-cloudeg. Sample output may be:
😂,1200
📷,603
❤️,597
😍,346
➡️,321This may be later used as an input to keyword cloud of your choice.
