Skip to content

Ysn4Irix/gh-pinned-repos-api

Repository files navigation

Github Pinned Repositories API


An API service to get pinned repositories from a Github profile powered by

nodejs       express


📟

Usage

The number of requests per user is limited to 5 requests per 30 seconds

Get pinned repositories

# with json format
GET /api/get/?username=ysn4irix

Response

{
  "isError": false,
  "statusMessage": "OK",
  "statusCode": 200,
  "response": [
    {
      "name": "madina",
      "repo": "https://github.com/Ysn4Irix/madina",
      "description": "Fast API for getting moroccan cities and their districts in json/xml/csv formats.",
      "demo": "https://madina.ysnirix.xyz/api/alive",
      "language": {
        "name": "JavaScript",
        "color": "#f1e05a"
      },
      "stars": 31,
      "forks": 4
    },
    { .... },
    { .... },
    { .... },
    { .... }

🙌

❯ About

Contributing

Pull requests and stars are always welcome. For bugs and features requests, please create an issue.


📃

❯ License

Copyright © 2022-present, Ysn4Irix. Released under the MIT License.