An open API service indexing awesome lists of open source software.

https://github.com/dusansimic/pinned-repos

Simple micro service to get pinned GitHub repos for a specified user.
https://github.com/dusansimic/pinned-repos

Last synced: 2 months ago
JSON representation

Simple micro service to get pinned GitHub repos for a specified user.

Awesome Lists containing this project

README

        

# pinned-repos
> Get pinned GitHub repos from a specific user

This micro service written in node.js can be run also as a serverless function so it's very easy to set it up and use it in some web app.

## Usage

Send http request to `http://:` with body
``` javascript
{
'username': ''
}
```

The default port is `3000`.

## License
MIT © [Dušan Simić](http://dusansimic.me)