packagepeek
packagepeek copied to clipboard
Search and discover GitHub repositories based on specific dependencies listed in their package.json file.
package peek
Search and discover GitHub repositories based on specific keywords listed in their package.json file.
Tech Stack · Authors · Credits ·
Setting Up
package peek only needs one environment variable to get started: GITHUB_API_TOKEN.
I've aquired mine from GitHub -> Settings -> Developer Settings -> Personal Access Token
Create a token, copy the .env.example file, rename it to .env.local and paste in the Token. The app should now be working.
Tech Stack
- Next.js - App Router, Server Actions
- Cloudflare - Hosting
- GitHub API - External API
Authors
- Arthur Eberle (@arthureberledev)
Credits
- emojis.sh - the layout of this application was inspired by emojis.sh, developed by @pondorasti and @dylanplayer