Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions oss.gg/7_create_a_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ Your turn 👇

» 10-October-2024 by Devansh Baghel [Deno Unkey Ratelimit Starter](https://github.com/Devansh-Baghel/deno-unkey-ratelimit-starter)

» 28-October-2024 by Khaan25 [Rate Limit Url Shortner Nextjs API with Unkey](https://github.com/Khaan25/url-shortner)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Repository requirements need attention

The repository verification shows:

  • ✅ Public repository (visibility: "PUBLIC")
  • ✅ README.md with comprehensive quickstart guide
  • ❌ Missing MIT license

Please add an MIT license to your repository to meet all requirements. You can do this by:

  1. Adding a LICENSE file with the MIT license text
  2. Using GitHub's "Add file" > "Create new file" > Type "LICENSE" > Choose "MIT License" template
🔗 Analysis chain

Verify repository requirements.

Please ensure your repository meets all requirements:

  1. Open source visibility
  2. MIT license
  3. README.md with quickstart guide

Let's verify the repository requirements:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check repository contents
gh repo view Khaan25/url-shortner --json isPrivate,description,readme,license

# Check for README.md content
gh api /repos/Khaan25/url-shortner/contents/README.md | jq -r '.content' | base64 -d

Length of output: 1362


Script:

#!/bin/bash
# Check repository visibility and license info
gh repo view Khaan25/url-shortner --json isPrivate,visibility,licenseInfo

# Try direct API call to get README content
gh api /repos/Khaan25/url-shortner/contents/README.md

# List repository contents to verify presence of license and readme
gh api /repos/Khaan25/url-shortner/contents

Length of output: 16393

🧰 Tools
🪛 LanguageTool

[uncategorized] ~60-~60: The official spelling of this programming framework is “Next.js”.
Context: ...024 by Khaan25 [Rate Limit Url Shortner Nextjs API with Unkey](https://github.com/Khaa...

(NODE_JS)


---