Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.17 KB

docs.md

File metadata and controls

65 lines (47 loc) · 1.17 KB

bullshit-job-titles on npm

The job titles are a simple json, which you can edit!

Installing is done via:

$ npm install (--save) bullshit-job-titles
var bjt = require('bullshit-job-titles')
bjt.all(); // and other functions

all() ⇒ object

All 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'

random() ⇒ string

Get a random job title

Kind: global function

Returns: string - a random great job title

randomWithAcronym() ⇒ object

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

randomParts() ⇒ array

Get random job title, split in parts.

Kind: global function

Returns: array - the parts of the job title, in order