Title of tutorial

Description of tutorial

The Javascript

<script src="js/jquery.min.js"></script>
<script>
    $(document).ready(function() {
        /* Instantiate the global sp object; include models & views */
        sp = getSpotifyApi(1);
        var models = sp.require("sp://import/scripts/api/models");
        var views = sp.require("sp://import/scripts/api/views");
        
        // More JS!

    });
</script>

The HTML

<body>                                                                   
</body>

The CSS

<style>                                                                   
  @import url('sp://import/css/eve.css');                               
</style>

Live Example