jquery-bitbucket-tracker
Track your public repositories from Bitbucket.
Preview
Install
Via 'pip'
npm install jquery-bitbucket-tracker
Arguments
username: "jslirola" // Account name of Bitbucket showDetails: false // Details of repository like description getCommits: showTable: true // When the repo is clicked will show the table cssTable: "repoTable" // Selector to show the events output maxRows: 10 // Between 0 and 50 events
Usage
Include jQuery library and the script.
Define a list where your repositories will be show.
Call the constructor of the class.
;
Next updates
- Date format
- Track another events apart from commits
- Custom visibility
- Check private repositories (Require OAuth)