Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 17, 2019
1 parent dcee6a3 commit 8ce337c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
18 changes: 17 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"algorithm",
"alignment",
"analytics",
"andon",
"artisan",
"at the end of the day",
"back-end",
"ballpark figure",
Expand All @@ -17,6 +19,7 @@
"beta",
"big data",
"big society",
"bio-",
"bizmeth",
"bleeding edge",
"blockchain",
Expand All @@ -34,6 +37,7 @@
"business-to-consumer",
"buzzword",
"buzzword compliant",
"cadence",
"clear goal",
"clickthrough",
"client-centric",
Expand All @@ -51,6 +55,7 @@
"core competency",
"creative",
"cross-platform",
"css3",
"customer-centric",
"cyber-physical systems",
"data mining",
Expand Down Expand Up @@ -78,6 +83,7 @@
"e-learning",
"early-stage",
"eating your own dogfood",
"eco-",
"employer branding",
"empowerment",
"enable",
Expand All @@ -87,12 +93,14 @@
"enterprise content management",
"enterprise service bus",
"entitlement",
"ephemeral rogue entity",
"establishment",
"event horizon",
"evolution",
"exit strategy",
"eyeballs",
"face time",
"fascist",
"fit for purpose",
"fleet dynamism",
"flipped classroom",
"folksonomy",
Expand Down Expand Up @@ -128,6 +136,7 @@
"instructional scaffolding",
"internet of things",
"invested in",
"javascript",
"knowledge process outsourcing",
"lambda",
"leverage",
Expand All @@ -154,6 +163,7 @@
"next generation",
"offshoring",
"on the runway",
"open source",
"opportunities",
"organic growth",
"outside the box",
Expand All @@ -163,16 +173,19 @@
"paradigm shift",
"paralysis by analysis",
"passionate",
"patriarchy",
"podcasting",
"political capital",
"portal",
"proactive",
"productivity",
"profit center",
"project-based learning",
"push the envelope",
"quick win",
"reach out",
"real-time",
"reimagine",
"responsive web design",
"return on investment",
"reverse fulfilment",
Expand All @@ -193,6 +206,7 @@
"social bookmarking",
"social software",
"software defined networking",
"solidarity",
"solution",
"sox",
"spa",
Expand All @@ -216,6 +230,7 @@
"technological masturbation",
"think outside the box",
"tiger team",
"time-blindness",
"touchpoint",
"transmedia",
"unpack",
Expand All @@ -226,6 +241,7 @@
"visibility",
"vlogging",
"vortal",
"warfighter",
"water under the bridge",
"web 2.0",
"web services",
Expand Down
24 changes: 12 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ npm install buzzwords
```js
var buzzwords = require('buzzwords')

buzzwords.length //=> 251
console.log(buzzwords.length) //=> 253

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

Yields:

```json
```js
[
"4g",
"accountable talk",
"adaptive learning",
"aggregator",
"agile",
"ajax",
"algorithm",
"alignment",
"analytics",
"antifragile"
'4g',
'accountable talk',
'aggregator',
'agile',
'ajax',
'algorithm',
'alignment',
'analytics',
'andon',
'artisan'
]
```

Expand Down

0 comments on commit 8ce337c

Please sign in to comment.