Social

6 endpoints match this tag.

Användarrepos

GET
/github/user/:username/repos

Get a list of public repositories for a specifik GitHub användare, inklusive repo namn, beskrivningar, star antal, fork antal, primary language, and last uppdatera datum. Användbart för att bygga developer portfolio sidor, att analysera a användare's öppen source contributions, and att skapa project showcases. Data från the GitHub REST API.

Nyheter & socialt

Sök repos

GET
/github/search

Search i alla public GitHub repositories by keyword. Returnerar matchande repos med namn, beskrivningar, star antal, fork antal, languages, and owner information. Användbart för att hitta öppen source libraries, att upptäcka projekt in specifik technology stacks, competitive analysis, and att bygga developer verktyg recommendation engines. Data från the GitHub Search API.

Nyheter & socialt

Trendande repos

GET
/github/trending

Get the currently trending repositories on GitHub - the projekt gaining the most stars and attention right now. Returnerar repo namn, beskrivningar, star antal, languages, and authors. Användbart för developer instrumentpaneler, 'what's hot in öppen source' funktioner, tech newsletters, and staying aktuell med developer community's latest interests.

Nyheter & socialt

GitHub-användare

GET
/github/user/:username

Get a public GitHub användare profile by användarename, inklusive visa namn, bio, avatar URL, company, location, public repo antal, follower/following antal, and account creation datum. Användbart för developer portfolio verktyg, team sidor som pull data från GitHub, recruitment plattformar, and öppen source contributor profiler. Data från the GitHub REST API.

Nyheter & socialt

HN bästa berättelser

GET
/news/hackernews/best

Get the highest-voted Hacker News berättelser over a longer time period (the 'best' ranking emphasizes total poäng over recency). Returnerar story titlar, URLs, poäng, comment antal, and authors. Användbart för att upptäcka the most impactful tech berättelser you might have missed, att bygga 'best of HN' digests, and curating high-quality developer content. Data från the Hacker News API.

Nyheter & socialt

HN toppberättelser

GET
/news/hackernews/top

Get the aktuell top berättelser från Hacker News, rankade efter the HN ranking algorithm (a combination of votes and recency). Returnerar story titlar, URLs, poäng, comment antal, and authors. Configurable limit (default 20). Väsentligt för developer news feeds, tech instrumentpaneler, and startup community verktyg. Data fetched in realtids från officiell Hacker News Firebase API.

Nyheter & socialt