/tau.pe

Link shortener handmade with Node.

Primary LanguageJavaScriptBSD 4-Clause "Original" or "Old" LicenseBSD-4-Clause

tau.pe

Build Status License

What is it?

It's a link shortener service, built by Dustin Moorman for the web, using Node, AngularJS, Express.js, and MongoDB.

How does it work?

A simple RESTful API implemented in Node / Express waits in the background while requests are made via AngularJS to send and retrieve data about URLs held in MongoDB. When a user requests a shortened link, an API call is made to retrieve the associated URL and the user is 302'd to the destination!

Can I contribute?

Of course! Fork me & create pull requests or issues as much as you'd like.