U301 URL Shortener JS-SDK
U301 is a URL shortener service that allows you to bind custom domains to your shortened links.
Home · Documentation
Home · Documentation
[!WARNING] This package is ESM-only and does not support CommonJS (CJS).
Installation
bun add u301
Usage
import { U301 } from 'u301';
const u301 = new U301({
apiKey: 'your-api-key',
workspaceId: 'your-workspace-id',
});
// shorten a URL
const result = await u301.links.create('https://example.com');License
MIT