Files
RSSHub/lib/v2/lever/radar.js
tsarlewey 72f8829a2d feat(route): add Lever HRIS (#9779)
* 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
2022-05-21 00:10:19 +08:00

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',
},
],
},
};