Skip to content

tracker1/digitalocean-deno

 
 

Repository files navigation

DigitalOcean API client for Deno

JavaScript library for the DigitalOcean API. For use in Deno.

Originally forked from digitalocean-js

Usage

Simply import the client and initialize it with your API token:

import { DigitalOcean } from "https://raw.githubusercontent.com/tracker1/digitalocean-deno/master/mod.ts";

const client = new DigitalOcean("my-api-token");

To see all the services available, check out the documentation. (TODO: Update publishing if any changes).

About

Deno Typescript Library for the DigitalOcean API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%