/urlshortener

A url shortener

Primary LanguageJavaScriptMIT LicenseMIT

urlshortener

Build Status Known Vulnerabilities GitHub version Codacy Badge Code Climate

A simple url shortener app made with nodejs & MongoDB. This app is still in its early stages of development so please use at your own risk 😜. Feel free to open an issue/pull request if you have any questions or contributions.

API

The demo will be hosted here
The docs are here

Tech Stack / Requirements

  • MongoDB instance (if you don't have one check out mlab's free 500mb sandbox instances)
  • Node.js && Express

Front End

The example app front-end is hosted here and src here. If you want to host a front-end on a different server there is some front-end code here that points to the default example api.

TODO:

  • automate production server updates
  • update this list with more tasks as they become apparent (ongoing)
  • remove hardcoded 🎉💯.ws on client code and change to a window.location.href.host with checks against an alias list.
    • document this functionality
  • complete the front-end todo here
  • code cleanup