mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
* Adds HRIS platform Lever for jobs * fix example route * adhere to v2 standard * adhere to v2 standard, remove old route * Update lib/v2/lever/maintainer.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/lever/router.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/lever/index.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/en/other.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Remove non-used assets * Update lib/v2/lever/index.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Human Readable links for domain
14 lines
325 B
JavaScript
14 lines
325 B
JavaScript
module.exports = {
|
|
'lever.co': {
|
|
_name: 'Lever',
|
|
'.': [
|
|
{
|
|
title: 'Lever HRIS Job Boards Feed',
|
|
docs: 'https://docs.rsshub.app/other.html#lever',
|
|
source: ['/:domain'],
|
|
target: '/lever/:domain',
|
|
},
|
|
],
|
|
},
|
|
};
|