Socket
Book a DemoInstallSign in
Socket

dinli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dinli

Wrapper for the Dinli URL Shortener

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

dinli npm npm npm

JavaScript Style Guide

Wrapper for the Dinli URL Shortener

Requires Node 6+

Install

npm i -S dinli

Use

const dinli = require('dinli')

dinli('https://www.google.com/').then(result => {
  result.id // A1b2C3d4
  result.shortUrl // https://din.li/A1b2C3d4
})

License

MIT Copyright © Diego Rodríguez Baquero

Keywords

dinli

FAQs

Package last updated on 03 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts