npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

shorty-client

0.0.1

@rauchg

npmSnykSocket
Downloads:3
$ npm install shorty-client
DailyWeeklyMonthlyYearly

shorty-client

A simple wrapper around superagent to shorten URLs.

Usage

var shorten = require('shorty-client')('http://shr.url');
// callback with arity = 2
shorten('http://google.com', function(err, url){
  // if an error occurs, url = 'http://google.com'
});