this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use shields.io for test coverage badge

+1 -1
+1 -1
readme.md
··· 2 2 3 3 [![Badge indicating minified and gzipped size of BB26 v2.2.1](https://img.shields.io/bundlephobia/minzip/bb26/2.2.1)](https://bundlephobia.com/result?p=bb26) 4 4 [![Badge indicating number of downloads per month of BB26 from npm package registry](https://img.shields.io/npm/dw/bb26)](https://www.npmjs.com/package/bb26) 5 - [![Badge indicating percent test coverage of BB26](https://api.codeclimate.com/v1/badges/c56701b3968f3de65188/test_coverage)](https://codeclimate.com/github/ptrkcsk/BB26/test_coverage) 5 + [![Badge indicating percent test coverage of BB26](https://img.shields.io/codeclimate/coverage/ptrkcsk/BB26?label=test%20coverage)](https://codeclimate.com/github/ptrkcsk/BB26/test_coverage) 6 6 7 7 BB26 is a JavaScript library for working with [bijective base-26](https://en.wikipedia.org/wiki/Bijective_numeration#The_bijective_base-26_system) (BB26) numbers 8 8