1.0.0 • Published 7 years ago

feebo v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

1.0.0

7 years ago