Uses GitHub API to show feed of releases and open bugs for a given project.
npm install releasesAdd the following HTML to the page where you want the releases to be displayed.
```
Known Issues
Latest Releases
Load the following scripts on the same page as where you put the code above. (note if you are using Bootstrap you probably are already loading jQuery)
``
Add the Styles from style.css to your existing stylesheet.
``
/ Style for Releases Plugin /
#releases {
list-style-type: none;
margin: 0;
padding: 0;
}
Update the window.repo variable on Line 5 of releases.js` to be whatever repo you want to display releases for.