superb-developer-titles
Version:
Get random cool/funky/weird developer titles π¦
67 lines (41 loc) β’ 2.14 kB
Markdown
# superb-developer-titles
[](https://github.com/kutyel/superb-developer-titles/actions/workflows/main.yml)
[](https://www.npmjs.com/package/superb-developer-titles)
[](https://www.npmjs.com/package/superb-developer-titles)
> Get random cool/funky/weird developer titles π¦
Currently ~30 stupid titles. **π PLEASE FEEL FREE TO ADD MORE! π**
The word list itself is just a [JSON file](titles.json) and can be used wherever.
## WHY
Because the community _really_ needs it Β―\\\_(γ)\_/Β―
## Install
```
$ npm install superb-developer-titles
```
## Usage
```js
import getTitle from 'superb-developer-titles'
getTitle()
//=> 'ninja'
```
## API
### default(config = {})
Type: `Function`
Random funky developer title πΈ.
### Config options
#### female (default: `false`)
Type: `Boolean`
If `true` will provide the femenine version of the title (in case it's not unisex)
## Inspiration
- Obviously inspired by [Sindre Sorhus](https://sindresorhus.com)'s amazing [superb](https://github.com/sindresorhus/superb) π
- Also the awesome [bullshit-job-titles](https://bullg.it/bullshit-job-titles), made by [@bullgit](https://github.com/bullgit) π
## Related
- [superb](https://github.com/sindresorhus/superb) - Get superb like words
- [superb-cli](https://github.com/sindresorhus/superb-cli) - CLI for this module
- [cat-names](https://github.com/sindresorhus/cat-names) - Get popular cat names
- [dog-names](https://github.com/sindresorhus/dog-names) - Get popular dog names
- [pokemon](https://github.com/sindresorhus/pokemon) - Get PokΓ©mon names
- [superheroes](https://github.com/sindresorhus/superheroes) - Get superhero names
- [supervillains](https://github.com/sindresorhus/supervillains) - Get supervillain names
- [yes-no-words](https://github.com/sindresorhus/yes-no-words) - Get yes/no like words
## License
MIT Β© [Flavio Corpa](http://flaviocorpa.com)