https://github.com/tom-sherman/buzzword
A micro API to generate business jargon.
https://github.com/tom-sherman/buzzword
api jargon microservice
Last synced: 3 months ago
JSON representation
A micro API to generate business jargon.
- Host: GitHub
- URL: https://github.com/tom-sherman/buzzword
- Owner: tom-sherman
- Created: 2019-03-04T16:11:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T16:14:03.000Z (over 6 years ago)
- Last Synced: 2025-02-05T01:41:57.949Z (4 months ago)
- Topics: api, jargon, microservice
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buzzword API
> globally reintermediate superior supply chains
A micro API based on [The Corporate B.S. Generator](https://www.atrixnet.com/bs-generator.html).
## Example response
```json
{
"buzzwords": [
"quickly foster resource-maximizing services"
]
}
```You can supply the optional `amount` parameter to return multiple buzzword phrases. There is a max of 25 that can be returned.
`/?amount=4`
```json
{
"buzzwords": [
"conveniently innovate high standards in applications",
"compellingly redefine future-proof infomediaries",
"phosfluorescently facilitate synergistic clouds",
"interactively customize real-time core competencies"
]
}
```## Dictionary
You can customise the dictionary by amending the adverbs, verbs, adjectives, and nouns arrays in `data.json`.