From 7984078369aa988590acdd830c2a72b841f6347c Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 17 Feb 2017 17:58:45 +0500 Subject: [PATCH] Emoji Section added Emojis are the new way of talking. All the awesome links regarding emoji usage or implementations can be added in this section. Added Emoji Code Sheet (library for emoji codes in different programming languages) added. --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index d455bc2..f4dc087 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Security](#security) - [Content Management Systems](#content-management-systems) - [Hardware](#hardware) +- [Emoji](#emoji) - [Miscellaneous](#miscellaneous) @@ -397,6 +398,10 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Electric Guitar Specifications](https://github.com/gitfrage/guitarspecs) - Checklist for building your own electric guitar. +## Emoji + +- [Emoji Code Sheet](https://github.com/shanraisshan/EmojiCodeSheet) - Collection of emoji-unicodes in different programming languages + ## Miscellaneous - [JSON](https://github.com/burningtree/awesome-json)