0.0.1 • Published 6 years ago

prefix-suffix v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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]
//    ...
//  ]
// }