left-pad-io-js-sdk

1.0.1 • Public • Published

left-pad-io-js-sdk

A robust javascript SDK for the left-pad.io API.

Requirements

  • Node.js

Installation

$ npm install left-pad-io-js-sdk

Usage

var leftPadIOSDK = require('left-pad-io-sdk');
 
leftPadIOSDK.leftPad('dog', 10, '#').then(function(response){
  console.log(response); // logs the response
})

See /examples for more

Contributing

Go for it

Lisence

APACHE 500-series S

/left-pad-io-js-sdk/

    Package Sidebar

    Install

    npm i left-pad-io-js-sdk

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • supjeff