feebo

1.0.0 • Public • Published

feebo

fibonacci numbers generator

node >= 6.0.0

NPM

Travis

key features

  • 9 lines
  • no recursion
  • no dependencies

use

const Fibo = require('feebo')
 
// get fibonacci numbers less than 10
const fibo_10 = [...Fibo(10)]//[0, 1, 1, 2, 3, 5, 8]

MIT (c) BigMurry

/feebo/

    Package Sidebar

    Install

    npm i feebo

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • bigmurry