@pdehaan/blurts-wordcloud
v1.4.0
Published
Scans the specified email using the HIBP API and calculates the data class frequency.
Downloads
8
Readme
blurts-wordcloud
Scans the specified email using the HIBP API and calculates the data class frequency.
Usage
npx @pdehaan/blurts-wordcloud [email protected]
Output
[
{ word: 'Email addresses', freq: 5 },
{ word: 'Names', freq: 2 },
{ word: 'Phone numbers', freq: 2 },
{ word: 'Passwords', freq: 2 },
{ word: 'Employers', freq: 1 },
{ word: 'Geographic locations', freq: 1 },
{ word: 'Job titles', freq: 1 },
{ word: 'Salutations', freq: 1 },
{ word: 'Social media profiles', freq: 1 },
{ word: 'Device information', freq: 1 },
{ word: 'Physical addresses', freq: 1 },
{ word: 'Purchases', freq: 1 }
]