Mornius is a package that provides access to the Github API.
Installation
Usage
getRepositories(query: string)
return repositories that match the query
getUser(username: string)
return user information
searchUsers(query)
return users that match the query
Optional parameters:
- page: number
- per_page: number
- sort: "followers" | "repositories" | "joined"
- order: "desc" | "asc"
searchTopics(query)
return topics that match the query
Optional parameters:
- page: number
- per_page: number