dwarf-client

1.0.7 • Public • Published

gRPC client for Dwarf

Use with dwarf microservice on a node web server. Use DWARF_GRPC_SERVER env var to set the gRPC server.

import { shorten } from "dwarf-client";
 
async function main() {
  try {
    const shortenedUrls = await shorten(["http://google.com", "http://whatever.com"]);
    console.log(shortenedUrls); // -> { urls: ["short-link-1", "short-link-2"] }
  } catch (err) {
    console.error(err);
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i dwarf-client

Weekly Downloads

5

Version

1.0.7

License

ISC

Unpacked Size

5.04 kB

Total Files

8

Last publish

Collaborators

  • psaia
  • rafaelgou