joblyjs
v1.0.1
Published
joblyjs is a js package that helps you find jobs and make a CV
Downloads
1
Readme
#Joblyjs
Joblyjs is a job search package that helps with finding jobs.
It uses google search api and it lists multiple websites were you can find the given job you entered.
initialize:
1. npm i joblyjs
2. const obj = new joblyjs()function list:
1. console.log(await obj.jobs(<job title>, <country>)) // job search functionhappy job searching
