Fibonacci Online Calculator for demo purposes Development npm install npm start navigate to localhost:3000 in browser Run as Command Line App From repo root folder, run: node ./lib/fibonnaci-cli.js <idx> where idx is the index up to which the series is to be calculated.