Skip to main content
Home

API wrapper around the "VeePN" extension from the Firefox store (they use HTTP proxies)

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
76%
Published
2 months ago (0.0.1)
interface Location

a location from /location/list

Properties

the id of the location (e.g. 2.117)

phrases related to the location's country (e.g. Tirana, Albania, AL)

multi routing? idk, but it's empty on all of them I think

also an empty string

the region of the location (e.g. AL)

the name of the location (e.g. Tirana)

the code of the location's country (e.g. AL)

idk what this is, always 0?

proxyType: ProxyType

the type of this proxy

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:@becauseyes/veepn-api-wrapper

Import symbol

import { type Location } from "@becauseyes/veepn-api-wrapper";
or

Import directly with a jsr specifier

import { type Location } from "jsr:@becauseyes/veepn-api-wrapper";

Add Package

pnpm i jsr:@becauseyes/veepn-api-wrapper
or (using pnpm 10.8 or older)
pnpm dlx jsr add @becauseyes/veepn-api-wrapper

Import symbol

import { type Location } from "@becauseyes/veepn-api-wrapper";

Add Package

yarn add jsr:@becauseyes/veepn-api-wrapper
or (using Yarn 4.8 or older)
yarn dlx jsr add @becauseyes/veepn-api-wrapper

Import symbol

import { type Location } from "@becauseyes/veepn-api-wrapper";

Add Package

vlt install jsr:@becauseyes/veepn-api-wrapper

Import symbol

import { type Location } from "@becauseyes/veepn-api-wrapper";

Add Package

npx jsr add @becauseyes/veepn-api-wrapper

Import symbol

import { type Location } from "@becauseyes/veepn-api-wrapper";

Add Package

bunx jsr add @becauseyes/veepn-api-wrapper

Import symbol

import { type Location } from "@becauseyes/veepn-api-wrapper";