@@ -15,16 +15,20 @@ let F = new Fibonacci( integer ) ;
1515list ( map ( integer .stringify , F .range ( 10 ) ) ) ; // 0 1 1 2 3 5 8 13 21 34
1616```
1717
18- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-integer-sequences.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-integer-sequences/master/LICENSE )
19- [ ![ NPM version] ( https://img.shields.io/npm/v/@aureooms/js-integer-sequences.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-integer-sequences )
20- [ ![ Build status] ( https://img.shields.io/travis/aureooms/js-integer-sequences.svg?style=flat )] ( https://travis-ci.org/aureooms/js-integer-sequences )
21- [ ![ Coverage status] ( https://img.shields.io/coveralls/aureooms/js-integer-sequences.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-integer-sequences )
22- [ ![ Dependencies status] ( https://img.shields.io/david/aureooms/js-integer-sequences.svg?style=flat )] ( https://david-dm.org/aureooms/js-integer-sequences#info=dependencies )
23- [ ![ Dev dependencies status] ( https://img.shields.io/david/dev/aureooms/js-integer-sequences.svg?style=flat )] ( https://david-dm.org/aureooms/js-integer-sequences#info=devDependencies )
24- [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/aureooms/js-integer-sequences.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-integer-sequences )
25- [ ![ NPM downloads per month] ( https://img.shields.io/npm/dm/@aureooms/js-integer-sequences.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-integer-sequences )
26- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-integer-sequences.svg?style=flat )] ( https://github.com/aureooms/js-integer-sequences/issues )
18+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-integer-sequences.svg )] ( https://raw.githubusercontent.com/aureooms/js-integer-sequences/master/LICENSE )
19+ [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-integer-sequences.svg )] ( https://www.npmjs.org/package/@aureooms/js-integer-sequences )
20+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-integer-sequences/master.svg )] ( https://travis-ci.org/aureooms/js-integer-sequences/branches )
21+ [ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-integer-sequences.svg )] ( https://david-dm.org/aureooms/js-integer-sequences )
22+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-integer-sequences.svg )] ( https://david-dm.org/aureooms/js-integer-sequences?type=dev )
23+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-integer-sequences.svg )] ( https://github.com/aureooms/js-integer-sequences/issues )
24+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-integer-sequences.svg )] ( https://www.npmjs.org/package/@aureooms/js-integer-sequences )
25+
26+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-integer-sequences.svg )] ( https://codeclimate.com/github/aureooms/js-integer-sequences/issues )
27+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-integer-sequences.svg )] ( https://codeclimate.com/github/aureooms/js-integer-sequences/trends/churn )
28+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-integer-sequences/master.svg )] ( https://codecov.io/gh/aureooms/js-integer-sequences )
29+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-integer-sequences.svg )] ( https://codeclimate.com/github/aureooms/js-integer-sequences/trends/technical_debt )
2730[ ![ Documentation] ( https://aureooms.github.io/js-integer-sequences/badge.svg )] ( https://aureooms.github.io/js-integer-sequences/source.html )
31+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer-sequences )] ( https://bundlephobia.com/result?p=@aureooms/js-integer-sequences )
2832
2933## Children
3034
0 commit comments