Giter Club home page Giter Club logo

linkyshrinky's Introduction

LinkyShrinky

This small piece of software has been made using nodeJS 12, and is used to make super long URL (like amazon) shorter! As we all know everything thats short is cute ^w^
also it count how many time the link got clicked!

Useage:

You can use this repo for your own, modify it and take credit for it, but please mention me somewhere so i can take a bit of it too :p
To credit me, just put my name "Asthriona" or "Asthriona Ng" and a link to my website (Asthriona.com) or my github/this repo (github.com/asthriona)
would be greatly apreciated :)

Install:

git clone https://github.com/Asthriona/LinkyShrinky.git
cd LinkyShrinky
npm i

Create a config.json file and put few information in there

"port": 3000,
"dblink": "mongodb://<username>:<password>@url:port/databse"

the port will be the port you want to run it on (80 for default web)
dblink will be your connection URI for your mongoDB databse (you can get a free cluster on mongodb.net)

Update:

To check for update just come here and see if I pushed something if yes, just go to the folder where you installed LL and use git pull origin master, then npm i to install any new package I would have use and restart the software.

Usefull:

I can recommand pm2 to keep the software running in the background and restart it if it crash for any reason.

Roadmap

  • User login (Discord Oauth?) (Thanks @Heazher !)
  • User backend
  • Multi user compatibility
  • Delete Links
  • API
  • Chrome plugin
  • (Feel free to open an issue if you have any idea!)

Changelogs:

V1.0.0

  • Initial

V1.0.1

  • Add Discord Login
  • Add View change once logged in
  • Add Owner Access locked

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.