1.0.5 • Published 2 years ago

it-job-roles v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

it-job-roles

fetchRandomJobRole() The result will be in the form of json object including 2 properties: role & description

const itJobRoles = require("it-job-roles");
let result = itJobRoles.fetchRandomJobRole();

showRandomJobRole() The result will be in the form of string: \n

const itJobRoles = require("it-job-roles");
console.log(itJobRoles.showRandomJobRole());

New job roles will be added as the time flows !

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago