DanielAmah / WordOccurance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Occurance Project

occurance of words in a string and displayed in an object { word : number of occurance }

Getting Started

To get start fork or clone the repository.

Prerequisites

Things you need running on your system

GIT and NODEJS 

NPM version GitHub version

Installing

After clone or fork the project to your local repository run the following to install all dependencies

npm install
npm install --save-dev jasmine ( install the test environment)

License

Open Source Love

Jasmine Initiation(optional)

you may need to initialize jasmineusing this code

./node_modules/.bin/jasmine init

Implementation

To Run the Command Line App 

1. Navigate to the app folder

2.type the following command


node library.js

Testing

Run the following code to test the app

npm test

About

License:MIT License


Languages

Language:JavaScript 100.0%