Friss / TwitchNotifier

Get a notification when Twitch Streamers come online.
9 stars 4 forks source link

abbreviateViewerCount based on the numer of viewers #16

Closed LangLangBart closed 1 year ago

LangLangBart commented 1 year ago

Description

Twitch's web UI abbreviates the viewer count, I think that looks more readable and consistent.

See images below for more clarity.


PS: all these other changes were made by prettier.

❯ prettier --write scripts/pop-up.js
[warn] jsxBracketSameLine is deprecated.
scripts/pop-up.js 181ms

I can revert prettier's changes or do it for all *.js files, let me know.