Skip to content

Get how much of a string IS YELLING.

License

Notifications You must be signed in to change notification settings

nwitch/caps-rate

Repository files navigation

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.