Skip to content

hoslack/random-phone_number-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Phone Number Generator

This Application Generates Random Phone numbers for a telecommunications Company

Build Status Codacy Badge Codacy Badge

Screenshot 2019-08-20 at 01 20 14

Installation and Running

Requirements

  • Node should be installed
  • A package manager i.e yarn or npm

Clone the repository

$ git clone https://github.com/hoslack/random-phone_number-generator
$ cd random-phone_number-generator 

Installing dependencies

$ yarn install

or

$ npm install

Running the application

$ yarn start

or

$ npm start

Running the tests

$ npm test

or

$ yarn test

For test coverage

$ npm  --coverage or