Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulsate-dev/link.pulsate.dev
Shortened URL using pulsate.dev: can be used to access each community.
https://github.com/pulsate-dev/link.pulsate.dev
shortcut shortlink shorturl
Last synced: about 2 months ago
JSON representation
Shortened URL using pulsate.dev: can be used to access each community.
- Host: GitHub
- URL: https://github.com/pulsate-dev/link.pulsate.dev
- Owner: pulsate-dev
- Created: 2023-10-19T12:44:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T06:34:47.000Z (5 months ago)
- Last Synced: 2024-08-19T07:47:56.674Z (5 months ago)
- Topics: shortcut, shortlink, shorturl
- Language: TypeScript
- Homepage: https://link.pulsate.dev
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pulsate-dev/link.pulsate.dev
[![CI](https://github.com/pulsate-dev/link.pulsate.dev/actions/workflows/ci.yaml/badge.svg)](https://github.com/pulsate-dev/link.pulsate.dev/actions/workflows/ci.yaml)
[![Deploy](https://github.com/pulsate-dev/link.pulsate.dev/actions/workflows/deploy.yml/badge.svg)](https://github.com/pulsate-dev/link.pulsate.dev/actions/workflows/deploy.yml)Shortened URL using pulsate.dev: can be used to access each community.
link.pulsate.dev uses [Hono](https://github.com/honojs/hono) and is deployed
with [Cloudflare Workers](https://workers.cloudflare.com/).## Usage
The endpoint `link.pulsate.dev/` has a redirect destination for each endpoint.
Accessing an endpoint with no destination will return a [`404`](https://developer.mozilla.org/ja/docs/Web/HTTP/Status/404). If the redirection succeeds, you will be redirected to the destination with a [`302`](https://developer.mozilla.org/ja/docs/Web/HTTP/Status/302) status code.
| Endpoint | Redirects to ... |
| -------------- | ---------------------------------- |
| `/` | Pulsate Website |
| `/docs` | Pulsate Documentation |
| `/api` | Pulsate API Reference |
| `/discord` | Pulsate Discord Server |
| `/github` | Pulsate GitHub |
| `/x` | Pulsate X |
| `/fediverse` | Pulsate Fediverse (Growthers) |
| `/youtube` | Pulsate YouTube |
| `/discussions` | Pulsate Org Discussion |