Skip to content

Instantly share code, notes, and snippets.

@abhisek
Created September 17, 2017 11:23
Show Gist options
  • Save abhisek/7b39affa2ff96d7cf787617d39ec0009 to your computer and use it in GitHub Desktop.
Save abhisek/7b39affa2ff96d7cf787617d39ec0009 to your computer and use it in GitHub Desktop.
ruby -r json -r "net/http" -e "puts JSON.parse(Net::HTTP.get_response(URI.parse('http://127.0.0.1:8000/graph.json')).body).map {|e| e[1]['codes']}.flatten.sort.first"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment