Skip to content

Commit 9ff6efd

Browse files
committed
improvements
1 parent 0a98daf commit 9ff6efd

File tree

4 files changed

+7
-21
lines changed

4 files changed

+7
-21
lines changed

CHANGELOG.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -511,22 +511,3 @@ solved a small bug where https://uithub.com/ai16z/eliza/ got 404. added a redire
511511
# January 9, 2025
512512

513513
✅ Update `uithub` to improve size: Have it also count files, total text characters, and lines count. Also ensure its possible with a param to only get the size.
514-
515-
# January 17, 2025
516-
517-
Revamp to CloudFlare! Make it ready for open source too!
518-
519-
TODO:
520-
521-
- env variables
522-
- binaries
523-
- `/file` was an endpoint that used a responded with a single file. Was needed for githuq/githus to show the file in the right mediatype, hence `mime-types` package. Should be a zipobject feature, espeically cool with range request.
524-
525-
After I get it up to the desired quality level again:
526-
527-
uithub.com/owner/repo/[page]/branch/path can also visit analysis pages (just need to change the proxy). However, if the analysis isn't available yet, ensure we'll return 402 payment required.
528-
529-
- level 1: Sign in with github, and see your top 5 recent repos analysed after 5 minutes
530-
- level 2: Pay $20/m and we'll daily analyse all your repos (up to X tokens)
531-
- level 3: Allow private repos using oauth
532-
- level 4: Create your own prompts (prompts repo open source, clone it)

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Just change the URL one letter!
44

55
The GitHub Repository Fetcher API allows you to fetch and unzip files from a specified GitHub repository. It provides a simple interface to retrieve the contents of a repository branch, with options to include or exclude specific file extensions and directories.
66

7+
> [!IMPORTANT]
8+
> Make this readme ready for open source.
9+
>
10+
> - Link to the https://zipobject.com API
11+
> - Link to notable work off of that api or uithub
12+
> - Blogpost around how to create something new with it
13+
714
## Fetch and Unzip Files from a GitHub Repository
815

916
Format: https://uithub.com/{owner}/{repo}/{branch}

globals.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ declare module "*.html" {
22
const content: string;
33
export default content;
44
}
5-
//

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"types": ["globals.d.ts"],
43
"module": "NodeNext",
54
"moduleResolution": "NodeNext",
65
"target": "ES2015",

0 commit comments

Comments
 (0)