An open API service indexing awesome lists of open source software.

https://github.com/oeo/object-count-to-percent


https://github.com/oeo/object-count-to-percent

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# object-count-to-percent

# install

using [npm](https://npmjs.org)

```
npm i object-count-to-percent --save
```

# example

``` coffeescript
console.log require('object-count-to-percent')({
safari: 100
chrome: 5
msie: 10
})

# { safari: '87.0', chrome: '4.3', msie: '8.7' }
```