The job titles are a simple json, which you can edit!
Installing is done via:
$ npm install (--save) bullshit-job-titlesvar bjt = require('bullshit-job-titles')
bjt.all(); // and other functionsAll of the possible job titles
{
first: [
'some first part',
'...'
],
last: [
'some second part',
'...'
]
}
Kind: global function
Returns: object - the same as 'bullshit-job-titles.json'
Get a random job title
Kind: global function
Returns: string - a random great job title
Get a random job title and its acronym in the form of
{
title: 'Some Cool Title',
acronym: 'SCT'
}
Kind: global function
Returns: object - the job title and its acronym
Get random job title, split in parts.
Kind: global function
Returns: array - the parts of the job title, in order