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);
});

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i sh.st

      Weekly Downloads

      1

      Version

      1.2.0

      License

      MIT

      Unpacked Size

      1.83 kB

      Total Files

      4

      Last publish

      Collaborators

      • adrian.arroyocalle