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.
- Host: GitHub
- URL: https://github.com/dusansimic/pinned-repos
- Owner: dusansimic
- License: mit
- Created: 2018-03-29T19:23:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T19:29:15.000Z (about 7 years ago)
- Last Synced: 2025-02-12T05:42:48.776Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pinned-repos
> Get pinned GitHub repos from a specific userThis 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)