0.0.6 • Published 6 years ago

droplo v0.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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.