Skip to content

Commit 024043c

Browse files
committed
chore: update repo
1 parent 5277a7d commit 024043c

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# πŸ™ UNGH
1+
# πŸ™ [ungh.cc](https://ungh.cc)
22

3-
> Unlimited access to GitHub API
3+
> Unlimited access to GitHub API.
44
55
> [!IMPORTANT]
66
>
@@ -12,15 +12,6 @@ Accessing to open source GitHub repository meta-data should be fast, easy, and s
1212

1313
UNGH provides a simplified, cached, and anonymous layer to make GitHub API more enjoyable!
1414

15-
## Roadmap
16-
17-
- [x] Hosted MVP service (powered by cloudflare workers and KV)
18-
- [ ] Publish `ungh` js client to NPM ([#4](https://github.com/unjs/ungh/issues/4))
19-
- [ ] Implement token pool and open token donations ([#5](https://github.com/unjs/ungh/issues/5))
20-
- [ ] Mark API as stable
21-
22-
**Note:** This project is still under development and API might change.
23-
2415
## API
2516

2617
### `/repos/{owner}/{name}`
@@ -316,8 +307,12 @@ Find one github user by email or other query.
316307
- Install dependencies using `pnpm install`
317308
- Run interactive tests using `pnpm dev`
318309

310+
## Sponsors
311+
312+
Hosting is sponsored by [Vercel](https://vercel.com/?utm_source=ungh).
313+
319314
## License
320315

321-
Made with πŸ’›
316+
Developed by [@pi0](https://github.com/pi0) and [contributors](https://github.com/unjs/ungh/graphs/contributors).
322317

323-
Published under [MIT License](./LICENSE).
318+
Source code is published under the [MIT License](./LICENSE).

β€Žnitro.config.tsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export default defineNitroConfig({
3838
openAPI: {
3939
production: "runtime",
4040
meta: {
41-
title: "πŸ™ Ungh",
42-
description: "Unlimited access to GitHub API",
41+
title: "πŸ™ ungh.cc",
42+
description: `Unlimited access to GitHub API. <br><br> ⭐ [Star on GitHub](https://github.com/unjs/ungh) <br> πŸ’› Hosting sponsored by [Vercel](https://vercel.com/?utm_source=ungh)`,
4343
version: "1.0.0",
4444
},
4545
},

β€Žroutes/index.tsβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ export default eventHandler(
1212
renderHTML({
1313
renderer: (getQuery(event).renderer as any) || "scalar",
1414
spec: "/_openapi.json",
15+
meta: {
16+
title: "πŸ™ ungh.cc | Unlimited access to GitHub API",
17+
},
18+
scalar: {
19+
hideClientButton: true,
20+
theme: "alternate",
21+
_integration: "nitro",
22+
},
1523
}) +
1624
/* html */ `<script> if (window.location.hash === '') { window.location.hash = '#tag/app-routes'; } </script>`,
1725
);

0 commit comments

Comments
Β (0)