Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 347 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 347 Bytes

caps-rate

Get how much a string IS YELLING.

Example

const caps = require('caps-rate');

caps('hello WORLD');
// => 0.45454545454545453

Installation

$ npm install caps-rate

API

const caps = require('caps-rate');

caps(value)

Returns how frequently caps are used in value.