https://github.com/andreijiroh-dev/api-servers
Monorepo for different Cloudflare Workers and Deno Deploy hosted APIs I build
https://github.com/andreijiroh-dev/api-servers
api-servers cloudflare-workers deno-deploy golinks hackclub-arcade
Last synced: 11 days ago
JSON representation
Monorepo for different Cloudflare Workers and Deno Deploy hosted APIs I build
- Host: GitHub
- URL: https://github.com/andreijiroh-dev/api-servers
- Owner: andreijiroh-dev
- License: mpl-2.0
- Created: 2024-06-05T14:43:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T14:15:33.000Z (over 1 year ago)
- Last Synced: 2025-01-23T15:24:32.750Z (over 1 year ago)
- Topics: api-servers, cloudflare-workers, deno-deploy, golinks, hackclub-arcade
- Language: TypeScript
- Homepage:
- Size: 1.83 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@andreijiroh-dev/api-servers`

Monorepo for different Cloudflare Workers and Deno Deploy hosted APIs I build
for personal projects.
## Currently maintained
- [`go.andreijiroh.dev`](https://github.com/andreijiroh-dev/golinks) - personal golinks and link shortener
([see the initial version](./apps/golinks-v1/), also the [Cloudflare Workers one](./apps/golinks-v2-cf/))
- [`api.andreijiroh.dev`](./apps/website-api/) - website and personal utility API
## Experimential
- [`oauth.libdns.obl.ong`](./apps/oblong-oauth-helper/) - OAuth flow callback server
for the upcoming API support on obl.ong subdomain service.
## CI
- [Dependabot Updates](https://github.com/andreijiroh-dev/api-servers/actions/workflows/dependabot/dependabot-updates)
on GitHub Actions, although I do the updates myself via `yarn-upgrade-all` command.