JeffResc / TinyURL-Node.js

TinyURL Shortener Node.js Module

Home Page:https://www.npmjs.com/package/tinyurl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to resolve a URL

JeffResc opened this issue · comments

Add support to resolve a URL. This function should allow the user to input a TinyURL and return the expanded form of that URL. Here's an example of how it's done in Python, but it will need to be ported to JavaScript/Node.js for this project. Please reply if you'd like to be assigned to this issue.

Can I work on this one?