Social

6 endpoints match this tag.

Repositorios del usuario

GET
/github/user/:username/repos

Obtenga a list of public repositories para un/una específico/a GitHub user, including repo names, descriptions, star counts, fork counts, primary language, and last update dates. Útil para crear developer portfolio pages, analyzing a user's open source contributions, and creating project showcases. Datos de the GitHub REST API.

Noticias y redes sociales

Buscar repositorios

GET
/github/search

Search across all public GitHub repositories por palabra clave. Returns matching repos with nombres, descripcións, recuentos de estrellas, fork counts, languages, and owner información. Útil para finding código abierto libraries, descubriendo projects in specific technology stacks, competitive analysis, and creando developer tool recommendation engines. Data from the GitHub Search API.

Noticias y redes sociales

Repositorios en tendencia

GET
/github/trending

Get the currently trending repositories on GitHub - the projects gaining the most stars and attention right now. Returns repo nombres, descripcións, recuentos de estrellas, languages, and authors. Útil para developer paneles, 'what's hot in código abierto' features, tech newsletters, and staying current with the developer community's latest interests.

Noticias y redes sociales

Usuario de GitHub

GET
/github/user/:username

Get a public GitHub perfil de usuario by username, incluyendo display name, bio, avatar URL, company, ubicación, public repo count, follower/following counts, and account creation date. Útil para developer portfolio tools, team pages that pull data from GitHub, recruitment platforms, and código abierto contributor profiles. Data from the GitHub API REST.

Noticias y redes sociales

Mejores historias de HN

GET
/news/hackernews/best

Get the highest-voted Hacker News stories over a longer time period (the 'best' ranking emphasizes total score over recency). Returns story titles, URLs, scores, comment counts, and authors. Útil para descubriendo the most impactful tech stories you might have missed, creando 'best of HN' digests, and curating high-quality developer content. Data from the Hacker News API.

Noticias y redes sociales

Historias principales de HN

GET
/news/hackernews/top

Get the current top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes and recency). Returns story titles, URLs, scores, comment counts, and authors. Configurable limit (default 20). Esencial para developer news feeds, tech paneles, and startup community tools. Data fetched en tiempo real from the official Hacker News Firebase API.

Noticias y redes sociales