Skip to content

Bhogayata-Keval/it-job-roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

Repository which manages npm package "it-job-roles"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published