1.0.0 • Published 4 years ago

shortener-api v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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 URL
1.0.0

4 years ago