1.0.1 • Published 8 years ago

left-pad-io-js-sdk v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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