Socket
Socket
Sign inDemoInstall

@kentaylorappdev/get-pinned-repos

Package Overview
Dependencies
14
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kentaylorappdev/get-pinned-repos

Get the pinned repos for a github username


Version published
Weekly downloads
4
increased by100%
Maintainers
1
Install size
2.52 MB
Created
Weekly downloads
 

Readme

Source

get-pinned-repos

Get the pinned repos for a github username. No token required.

getPinnedRepos_v2 is recommended. getPinnedRepos is the old version and will be removed soon.

Feel free to submit feature requests or issues on the github page.

Or send an email to kentaylorappdev@gmail.com

Installation

npm install --save @kentaylorappdev/get-pinned-repos

includes typescript support

Usage

import { getPinnedRepos_v2 } from '@kentaylorappdev/get-pinned-repos'
getPinnedRepos_v2('ktappdev')
  .then(console.log)
[
  {
    repo: 'KTAppDev/notes-app-frontend-public',
    description: 'Secret Note Now you can add or replace an image with every note! Notes and Images stored on "secretnote" can be public or private,depending on the title. Simple titles lead to highly visible notes…',
    languages: 'Vue',
    stars: 3
  },
  {
    repo: 'KTAppDev/tm-nextjs',
    description: 'Meet Tools Manager: Your NextJS sidekick for keeping all your favorite tools in check. Organize,access,conquer – all with a dash of NextJS magic.',
    languages: 'TypeScript',
    stars: 0
  },
... ...
Array of objects with repo, description, languages and stars
  ]

Old Version

import { getPinnedRepos } from '@kentaylorappdev/get-pinned-repos'

getPinnedRepos('ktappdev')
  .then(console.log)
[ "KTAppDev/notes-app-frontend-public", "KTAppDev/tm-nextjs",
  "KTAppDev/notes-express-api-public", "KTAppDev/Switch-Power-profile",
  "KTAppDev/bad-words-thing", "KTAppDev/review-it-nextjs-v7"
]
This remains in here for anyone who started using the tool from day 1

License

MIT

get-pinned-repos

Keywords

FAQs

Last updated on 18 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc