1.0.2 • Published 7 years ago

@kalaunlimited/fibonacci v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

FIBONACCI

A small library that takes in n and returns nth series in fibonacci sequence

Installation

npm install @kalaunlimited/fibonacci

Usage

var fib = require('@kalaunlimited/fibonacci');

var fibNum = fib(12);

Output should be ('0,1,1,2,3,5,8,13,21,34,55,89,144')

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.