1.1.0 • Published 4 years ago

ctgs.js v1.1.0

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

ctgs.js

Creating an short url

const { CtgsClient } = require("ctgs.js");

const shortener = new CtgsClient();

//whatever ur doing

await shortener.new("tovade", "https://github.com/tovade");
//returns https://ctgs.ga/tovade if it was success

Getting the url of an slug

const { CtgsClient } = require("ctgs.js");

const shortener = new CtgsClient();

//whatever ur doing

await shortener.get("tovade");
//returns https://github.com/tovade if it exist's

❤ Shorturl made by casper and wrapper made by tovade

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago