sujoykr1 / node-fibonacci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Node Application

Steps to start the application

To initialize the application we need to install Node.js, and perform these below steps,

$ npm install # To install the required packages

$ npm start # To start the application

This Node.js Web application can perform operations such as,

  1. Performing Fibonacci for the number

    Example:

    /fibonacci?value=15
    ```# node-fibonacci
    

About


Languages

Language:JavaScript 82.5%Language:Dockerfile 17.5%