# migre-me-url

> migre.me url shortener

Latest version **0.0.2** (published 2015-07-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install migre-me-url
pnpm add migre-me-url
yarn add migre-me-url
bun add migre-me-url
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2015-07-23 |
| First published | 2015-07-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Luigi Freitas |
| Maintainers | luigifcruz |
| Keywords | migre, me, url, shortener |

## Links

- npm: https://www.npmjs.com/package/migre-me-url
- Repository: https://github.com/luigifreitas/migre-me-url
- Issues: https://github.com/luigifreitas/migre-me-url/issues
- npm.io page: https://npm.io/package/migre-me-url

## Dependencies (2)

- [http](https://npm.io/package/http.md) 0.0.0
- [request](https://npm.io/package/request.md) ^2.58.0

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2015-07-23
- 0.0.1 — 2015-07-23

## README

### migre-me-url

Library para minificação de URL usando o [migre.me](http://migre.me)

### Installation

    npm install migre-me-url

### Usage

Minificar

```javascript
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

---
_Source: https://npm.io/package/migre-me-url · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
