1.0.0 • Published 6 years ago
shortener-api v1.0.0
About
Shortener-API is an API wrapper for shrtco.de
This API wrapper is pretty easy to use and recommended for JS newbies.
Installation
npm install shortener-api
Usage:
Shortening a url
const ShortenerAPI = require("doggy-wrapper");
ShortenerAPI.shortenURL("google.com"); // Returns with your shortened URL1.0.0
6 years ago