{"id":17550864,"url":"https://github.com/devinroche/jooob","last_synced_at":"2025-03-29T07:27:23.241Z","repository":{"id":80720935,"uuid":"223301180","full_name":"devinroche/jooob","owner":"devinroche","description":"package to get jobs for a certain company","archived":false,"fork":false,"pushed_at":"2019-12-11T17:30:14.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T20:36:09.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@devinroche/jooob","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinroche.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-22T01:51:40.000Z","updated_at":"2023-02-14T04:08:37.000Z","dependencies_parsed_at":"2023-04-01T10:47:34.669Z","dependency_job_id":null,"html_url":"https://github.com/devinroche/jooob","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"ddb255be50ff3e854645f3d6a703168d55f4e1df"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinroche%2Fjooob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinroche%2Fjooob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinroche%2Fjooob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinroche%2Fjooob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinroche","download_url":"https://codeload.github.com/devinroche/jooob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246153746,"owners_count":20732052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-21T04:44:00.673Z","updated_at":"2025-03-29T07:27:23.215Z","avatar_url":"https://github.com/devinroche.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @devinroche/jooob\n\u003e quick way to get all jobs from lever and greenhouse based on a job\n\n## How to use it\njooob has two main functions.\n\n### Jobs\n```\nconst jooob = require('@devinroche/jooob');\n\nasync function main(){\n  const { data } = await jooob.jobs('robinhood') // only accepts strings\n}\n```\n\nData will be formatted as such\n```\n{\n  ok: true,\n  data: {\n    companyName,\n    lever: [{ location, team, posted, text, hostedUrl, applyUrl }],\n    greenhouse: [{ title, posted, location, url }]\n  }\n}\n```\n\n### Get Tech Tags\n```\nconst jooob = require('@devinroche/jooob');\n\nasync function main(){\n  const data = jooob.getTechTags(['segment', 'optimizely']); // only takes an array\n}\n```\n\nData will be formatted as such\n```\n[ { name: 'Optimizely',\n    site: 'optimizely.com',\n    description: 'Optimizely is an American company that makes customer experience optimization software for other companies.' },\n  { name: 'Segment',\n    site: 'segment.com',\n    description: 'Segment is the single platform that collects, translates, and routes your user data to hundreds of analytics \u0026 marketing tools with the flip of a switch.' } ]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinroche%2Fjooob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinroche%2Fjooob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinroche%2Fjooob/lists"}