sh.st

1.2.0 • Public • Published

sh.st shortener (Shorte.st)

This module allows you to shorten your URLs using Shorte.st. Link and earn money!

Installation

npm install sh.st

Usage

var shst=require("sh.st")("YOUR_API_KEY"); // You will find your API key in Tools section.
// var shst=require("sh.st")(); still works but you won't earn money

shst.short("http://adrianarroyocalle.github.io",function(url){
    console.log("Short URL is: "+url);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    0
    • latest

Version History

Package Sidebar

Install

npm i sh.st

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

1.83 kB

Total Files

4

Last publish

Collaborators

  • adrian.arroyocalle