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

Have user pass their own Object of champions #3

Open
kenany opened this issue Oct 7, 2013 · 1 comment
Open

Have user pass their own Object of champions #3

kenany opened this issue Oct 7, 2013 · 1 comment
Milestone

Comments

@kenany
Copy link
Owner

kenany commented Oct 7, 2013

Better in the long run.

var resteemo = require('resteemo')('string with contact info');

var champion;
resteemo.datadragon.champion(function(error, response) {
  champion = require('champion')(response);
});

champion(42);
@kenany
Copy link
Owner Author

kenany commented Oct 8, 2013

This needs to be completed first: kenany/node-resteemo#7.

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

No branches or pull requests

1 participant