u301
v0.0.8
Published
Official U301 SDK to create branded short links, manage links, and access analytics. Built for Bun and Node with first-class TypeScript support.
Maintainers
Readme
[!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
