Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.5 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.5 KB

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