var replitapi = require("replit-unofficial-api");
Returns the user id, name, and their 10 latest repls.
Returns information about the repl of a specific user.
Returns information and repls in an 'app' with a specific tag. Setting "all" to true will return all repls (reccomended with tags with less than 300 repls), while having it set to false will return 10
Returns the 10 most latest featured repls
Add a pull request if you would like to contribute a new function. For majour changes, open an issue first explaining what you would like to add.