Created
November 17, 2016 05:23
-
-
Save aycabta/241d734b3af5b143c0d5390282b811ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'open-uri' | |
require 'json' | |
open('https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json') do |f| | |
json = JSON.parse(f.read) | |
puts json.size # => 1338 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment