Celebrate your GitHub fame β from your first star to full-blown celebrity. π
- π Celebrate your first (and every) GitHub star
 - π§ Get random open source fame advice
 - π Show confetti for your milestones
 - π₯ Calculate your Fame Score
 - π Track your repo's stars, forks, and issues
 
npm install fame-handlerimport {
  celebrateStar,
  howToHandleFame,
  showConfetti,
  fameScore,
  trackGithubFame,
} from "fame-handler";
// π Prints a congratulatory message for your first GitHub star
celebrateStar();
// π§  Gives random advice on handling open source fame
howToHandleFame();
// π Displays a confetti message for your milestone
showConfetti("You got your first contributor!");
// π₯ Calculates your Fame Score based on stars, forks, and issues
console.log(fameScore(3, 1, 2));
// π Fetches and logs your repo's stars, forks, and issues from GitHub
trackGithubFame();- π§ Currently, 
fame-handleronly works for public GitHub repositories since it uses the public GitHub API. 
- π Track private repositories via user credentials
 - π€ Integrate AI-powered advice for handling fame (Yes, AI won't be shy!)
 
Contributions are welcome! Please open an issue or pull request.
MIT Β© Lucas Ho
