prefix-suffix
v0.0.1
Published
Most used prefixes and suffixes in the top 100,000 domains.
Downloads
1
Readme
prefix-suffix
Most used prefixes and suffixes in the top 100,000 domains.
E.g., facebook.com => [face, book].
Includes the count with each prefix or suffix, which is the number of times the prefix/suffix was observed in the top 100,000 domains.
const data = require('prefix-suffix')
console.log(data)
// => {
// prefixes: [
// ["the", 690],
// ["my", 451],
// ...
// ],
// suffixes: [
// ["online",698],
// ["news",570]
// ...
// ]
// }