1. Installation - MagnusThor/BobTheBinder GitHub Wiki
##Download
Simply reference the JavaScript using a <script>
tag within your markup.
<script src="/src/bob.the.binder.js"></script>
Make sure the path in src attribute matches the location where you put the dowloaded files.
You can also fetch the JavaScript using a Rawgit location ( kind of CDN )
<script src="//rawgit.com/MagnusThor/BobTheBinder/master/src/bob.the.binder.js">
</script>
##Bower
BobTheBinder is available through the Bower package manager. Learn more about using and installing Bower at http://bower.io.
bower install ......