How to use the bitly.shorten function in bitly

To help you get started, we’ve selected a few bitly examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nko / done-js / spec / bilty.spec.js View on Github external
topic:function(){
      bitly.shorten("http://done-js.no.de/fake", this.callback)
    },
    'should provide small url':function(err, result){
github nko / done-js / lib / routes.js View on Github external
var shorten = function(url, callback){
    bitly.shorten(url, callback);
  };

bitly

A Bit.ly API library for Node.JS

MIT
Latest version published 3 years ago

Package Health Score

47 / 100
Full package analysis