You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2021. It is now read-only.
As per RESTeemo's Terms and Conditions, you must provide contact details in the
user agent of requests. node-resteemo will not fill in these details for you.
varteemo=require('resteemo')('string with contact info');
All functions are asynchronous. The callback is always executed as
callback(error, response), where response is an Object unless there was an
error. Refer to RESTeemo's API docs for what each response looks like.
Player requests
Looks up information for String summoner on String platform.
Looks up information for a team using String tag or String guid on String
platform.
teemo.team(platform, tag, callback)
teemo.team.leagues(platform, guid, callback)
Platform requests
teemo.freeWeek(platform, callback)
Supported platforms
Below is a table of the platforms that RESTeemo supports. When polling
the API, the shorthand version of a platform is necessary, but you can pass the
full version to node-resteemo if you'd like and it will internally use the
shorthand version.