Skip to main content
Home

Built and signed on GitHub Actions

Official client library for entropi Surge

This package works with Node.js, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
76%
Published
a year ago (0.5.1)

surge-js

Official JavaScript/TypeScript client for Surge API

Quick start

Install

yarn add @entropi-co/surge-js

Usage

import { AuthClient } from '@entropi-co/surge-js'

const SURGE_URL = 'http://localhost:9999'

const auth = new AuthClient({ url: SURGE_URL })
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@entropi/surge-js

Import symbol

import * as surge_js from "@entropi/surge-js";
or

Import directly with a jsr specifier

import * as surge_js from "jsr:@entropi/surge-js";

Add Package

pnpm i jsr:@entropi/surge-js
or (using pnpm 10.8 or older)
pnpm dlx jsr add @entropi/surge-js

Import symbol

import * as surge_js from "@entropi/surge-js";

Add Package

yarn add jsr:@entropi/surge-js
or (using Yarn 4.8 or older)
yarn dlx jsr add @entropi/surge-js

Import symbol

import * as surge_js from "@entropi/surge-js";

Add Package

vlt install jsr:@entropi/surge-js

Import symbol

import * as surge_js from "@entropi/surge-js";

Add Package

npx jsr add @entropi/surge-js

Import symbol

import * as surge_js from "@entropi/surge-js";

Add Package

bunx jsr add @entropi/surge-js

Import symbol

import * as surge_js from "@entropi/surge-js";