Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SourceForge download count integration #303

Merged
merged 2 commits into from
Nov 10, 2014
Merged

Conversation

brondsem
Copy link
Contributor

@brondsem brondsem commented Nov 6, 2014

Closes #231

var format = match[3];
var apiUrl = 'http://sourceforge.net/projects/' + project + '/files' + filepath + '/stats/json';
var badgeData = getBadgeData('sourceforge', data);
var time_period, start_date, end_date = '';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only sets end_date to the empty string. Is that intended, or did you mean to set them all to the empty string?

(I feel like Clippy saying this.)

@espadrine
Copy link
Member

Thanks a lot for this work! It is truly great!

I'd love it if you could rebase it on top of HEAD.

@brondsem
Copy link
Contributor Author

brondsem commented Nov 9, 2014

Cleaned up and rebased to HEAD.

@espadrine espadrine merged commit 94b059a into badges:master Nov 10, 2014
@espadrine
Copy link
Member

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Sourceforge download stats badge
2 participants