droplo

0.0.6 • Public • Published

JavaScript client for droplo.io

npm version CircleCI

Installation

Simply run:

npm install droplo

Basic example of use:

const droplo = require("droplo");
const client = droplo.createClient({token: "1234567890"});

client.get("/blogposts")
  .then(response => console.log(response))
  .catch(err => console.log(err));

Licence

Copyright (c) 2018 Droplo, Inc. See LICENSE for further details.

Readme

Keywords

none

Package Sidebar

Install

npm i droplo

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

6.18 kB

Total Files

6

Last publish

Collaborators

  • jensfischer