urlfreezer
v0.2.1
Published
Client lib to interact with urlfreezer
Downloads
2
Readme
URL Freezer javascript client
Simple library to interact with URL Freezer service from the web browser.
Example
This example connect to URLFreezer fetch all the short links related to the current page defined there.
import {URLFreezer} from 'urlfreezer'
let urlFreezer = new URLFreezer('##user_id##'/*The user id from URLFreezer*/)
urlFreezer.replacePageLinks()