0.0.2 • Published 9 years ago

migre-me-url v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

migre-me-url

Library para minificação de URL usando o migre.me

Installation

npm install migre-me-url

Usage

Minificar

var migre = require('migre-me-url');

migre.shorten("https://luigifreitas.me", function(err, result){
   if (err) throw err; // Mostra se ocorreu algum erro.
   console.log(result) // http://migre.me/qThaV
})

API

shorten(url, callback)

  • url URL completa
  • callback(err, result) callback contendo a URL minificada