JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.js"></script>
<script src="https://cdn.rawgit.com/calipho-sib/nextprot-js/v0.0.23/dist/nextprot.min.js"></script>
<body>
<div id="nx-overview" style="margin: 50px"></div>
</body>
JavaScript
// Create an instance of nextprot API
var applicationName = "demo app for using API";
var clientInformation = "calipho group at SIB";
var nx = new Nextprot.Client(applicationName, clientInformation);
//Gets the protein overview
var jsonData = JSON.parse(https://api.nextprot.org/entry/NX_P01308/secondary-structure.json);
console.log(jsonData);
});