lmammino / tall

Promise-based, No-dependency URL unshortner (expander) module for Node.js
https://lmammino.github.io/tall/
MIT License
72 stars 7 forks source link

Only get one answer #34

Closed johng3587 closed 3 years ago

johng3587 commented 3 years ago

No matter what URL I ask for, all I get is https://slides.com/lucianomammino/universal-js-web-applications-with-react-codemotion-rome-2017

Code:

var { tall } = require('tall')

tall('http://www.loige.link/codemotion-rome-2017')
        .then(unshortenedUrl => console.log(`Expanded URL: ${unshortenedUrl}`))
lmammino commented 3 years ago

Hey did you try to change the URL from the original example?

var { tall } = require('tall')

tall('SOME_OTHER_SHORT_URL_HERE')
        .then(unshortenedUrl => console.log(`Expanded URL: ${unshortenedUrl}`))
johng3587 commented 3 years ago

🤦 Its been a long night.

lmammino commented 3 years ago

No worries, it happens to all of us 😛