Skip to content

Instantly share code, notes, and snippets.

@fkh
Last active December 17, 2015 23:59
Show Gist options
  • Save fkh/5693654 to your computer and use it in GitHub Desktop.
Save fkh/5693654 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}
</style>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
d3.json("http://api.citybik.es/citibikenyc.json", function(data) {
alert(data.length)
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment