Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ndefilippis/buzzwords

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buzzwords Build Status

List of bleeding edge English buzzwords.

Installation

npm:

npm install buzzwords

Usage

var buzzwords = require('buzzwords');

buzzwords.length; //=> 251

console.log(buzzwords.slice(0, 10));

Yields:

[
  "4g",
  "accountable talk",
  "adaptive learning",
  "aggregator",
  "agile",
  "ajax",
  "algorithm",
  "alignment",
  "analytics",
  "antifragile"
]

API

buzzwords

buzzwords exposes big data as a list of strings (Array.<string>).

Support

For a complete list of next generation buzzwords and -phrases, see index.json.

Note that the countless words listed in buzzwords might not be buzzwords in certain contexts; the list just takes a holistic approach in cloud computing with a bleeding edge algorithm.

Related

  • dale-chall — List of familiar American-English words (1995)
  • fillers — List of filler words
  • hedges — List of hedge words
  • profanities — List of profane words
  • spache — List of simple American-English words (1974)
  • weasels — List of weasel words

License

MIT © Titus Wormer

About

List of (possible) English buzzword words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%