FTR Fibonacci Coding Test
Node 10 and above is required.
Clone the git repository locally. Using the terminal navigate to fibonacci folder.
npm install
npm run start
To run the application in watch mode
npm run dev
npm run test
This application first accepts the number of seconds you would like between printing out its saved data. Eg 5. Then it will continue to ask for numbers. It will save any Fibonacci numbers that are entered and the quantity of times they were entered.
To pause the printing of data type: halt To resume the printing of data type: resume To quit the application type: quit