1.1.2 • Published 8 years ago

url50r v1.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

50R.CN 短网址 node.js SDK


NPM version Build Status Coverage Status dependencies Status

使用方法

npm install url50r --save
var url50r = require('url50r')({
    ak: '57ac3816d9cb467d121dd48f', // 替换成你自己的 App Key
    https: true // 是否启用https
});

var longUrl = 'https://www.google.com.hk/search?q=hello';

url50r.convert(longUrl).then(function (shortUrl) {
    console.log(shortUrl);
}).catch(function (err) {
    console.error(err);
});

在线运行


详情请去 官网 查看帮助。

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago