Giter VIP home page Giter VIP logo

linkshortener's Introduction

atmzr

atmzr (atomizer) is a URL shortening API, developed by Cooper Heinrichs

Currently live online at: http://atmzr.herokuapp.com/

API Reference

Create a shortened link

POST /createLink

{url: "http://www.example.com"}

Get Link Statistics

GET /linkStatistics/{redirectHash}

Redirect using a shortened link

GET /{redirectHash}

Tech/framework Used

atmzr is written using Go with a couple packages, including Mux router.

Next steps I'd love to do in the future

  1. Use Models for the two tables in the database
  2. Make the landing page prettier
  3. Use Redis to cache the redirect URLs
  4. Build a front end with nice UI to shorten URLs
  5. Create user login
  6. Allow users to manage their links, replace, delete
  7. Create an endpoint that returns time series data
  8. Use d3.js to build a nice graph for a link's time series data.
  9. Allow users to create custom link shortcodes

Tests

Tests currently live in the main_test.go file. They are designed to use dependency injection and mock the database object.

To run all unit tests

go test

Credits

linkshortener's People

Contributors

cheinrichs avatar

Watchers

Nick avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.