Skip to content

KaranGRohit/urlShortner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Installation and Testing.

Chhota URL

Prerequisites

  • node
  • npm

For installation / setup of node and npm here is a short video series.

Installation

Clone the codebase to your local environment.

git clone git@github.com:reactivepixel/urlShortner.git && cd urlShortner

Install Packages

npm install

Testing the Tool

Make certain you have mocha installed globally

npm install -g mocha

Run the Mocha Tests

mocha

About

URL Shortener a narrow scope tool to generate random strings that are url friendly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%