Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbarbar338/get-pinned-repos
Get anyones pinned GitHub repositories easily.
https://github.com/barbarbar338/get-pinned-repos
gh git github graphql pinned pinned-repo pinned-repos repo repos
Last synced: 21 days ago
JSON representation
Get anyones pinned GitHub repositories easily.
- Host: GitHub
- URL: https://github.com/barbarbar338/get-pinned-repos
- Owner: barbarbar338
- License: mit
- Created: 2022-01-01T10:57:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T18:28:00.000Z (11 months ago)
- Last Synced: 2024-05-01T16:53:04.357Z (8 months ago)
- Topics: gh, git, github, graphql, pinned, pinned-repo, pinned-repos, repo, repos
- Language: JavaScript
- Homepage: https://npmjs.com/get-pinned-repos
- Size: 54.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![stars](https://img.shields.io/github/stars/barbarbar338/get-pinned-repos?color=yellow&logo=github&style=for-the-badge)](https://github.com/barbarbar338/get-pinned-repos)
[![license](https://img.shields.io/github/license/barbarbar338/get-pinned-repos?logo=github&style=for-the-badge)](https://github.com/barbarbar338/get-pinned-repos)
[![supportServer](https://img.shields.io/discord/711995199945179187?color=7289DA&label=Support&logo=discord&style=for-the-badge)](https://discord.gg/BjEJFwh)
[![forks](https://img.shields.io/github/forks/barbarbar338/get-pinned-repos?color=green&logo=github&style=for-the-badge)](https://github.com/barbarbar338/get-pinned-repos)
[![issues](https://img.shields.io/github/issues/barbarbar338/get-pinned-repos?color=red&logo=github&style=for-the-badge)](https://github.com/barbarbar338/get-pinned-repos)
Get Pinned Repos
Get anyones pinned GitHub repositories easily.
Get support »
Report Bug
·
Request Feature
·
Webpage
# ✨ Get Pinned Repos
Get anyones pinned GitHub repositories easily.
# 📦 Installation
- Using yarn: `yarn add get-pinned-repos`
- Using npm: `npm i get-pinned-repos`# 🤓 Usage
```js
import { Client } from "get-pinned-repos";
// or
const { Client } = require("get-pinned-repos");Client.setToken("YOUR GITHUB TOKEN (MAKE SURE IT HAS ADMIN PRIVILIGES)");
const pinned = await Client.getPinnedRepos("barbarbar338");console.log(pinned); // IPinnedRepo[]
```See https://github.com/barbarbar338/get-pinned-repos/blob/main/src/types.ts for more detailed typings.
# 📄 License
Copyright © 2021 [Barış DEMİRCİ](https://github.com/barbarbar338).
Distributed under the [MIT](https://mit-license.org/) License. See `LICENSE` for more information.
# 🧦 Contributing
Feel free to use GitHub's features.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/my-feature`)
3. Run prettier and eslint (`npm run format && npm run lint`)
4. Commit your Changes (`git commit -m 'my awesome feature my-feature'`)
5. Push to the Branch (`git push origin feature/my-feature`)
6. Open a Pull Request# 🔥 Show your support
Give a ⭐️ if this project helped you!
# 📞 Contact
- Mail: [email protected]
- Discord: https://discord.gg/BjEJFwh
- Instagram: https://www.instagram.com/ben_baris.d/