D3 JSON with GIthub API

HTML

<script src="//d3js.org/d3.v3.min.js"></script>

CoffeeScript

url = "https://raw.githubusercontent.com/NotionCommotion/MyFirstRepository/master/mockjson.json";

d3.json url, (error, json) ->
  console.log json.description