Skip to content

tolypash/approximated-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

approximated-client

Client for approximated.app written in TypeScript

Installation

npm:

npm install approximated-client

yarn:

yarn add approximated-client

Usage

import { ApproximatedClient } from "approximated-client";

const client = new ApproximatedClient({
  apiKey: "your-api-key", // Your approximated API key
});

client.createVirtualHost({
    incoming_address: "acustomdomain.com",
    target_address: "myapp.com",
  })
  .then((res) => {
    console.log(res);
  })
  .catch((err) => {
    console.error(err);
  });

About

Client for approximated.app written in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published