Simple library to interact with URL Freezer service from the web browser.
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()