1.0.1 • Published 1 year ago

@ericedgar/careers v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

careers

This library gets a list of open positions by department name from the Actian careers page

Installing

npm

  npm install @ericedgar/careers

Usage

Start the node server

  npm run startserver

Open a browser or use Postman Agent and navigate to

http://localhost:8000/getOpenPositionsByDepartment/Sales

JSON will be returned with a list of open positions

Example:

{
    "departmentName": "Sales",
    "openPositions": [
        "Cloud Sales Engineer - Remote",
        "Enterprise Sales Director - Ireland [gn] | Remote",
        "Enterprise Sales Director - Poland [gn] | Remote",
        "Enterprise Sales Director- Japan",
        "Inside Sales Engineer - Remote",
        "Sales Development Representative- US Remote",
        "Senior Director - Field Sales EMEA [gn]",
        "Senior Sales and Business Intelligence Analyst",
        "Sr. Business Analyst"
    ]
}

Find other job listings

Other department names can be placed on the url to find the open positions. Department names are case insensitive.

Examples:

Note

The node server will run on port 8000 by default but can be customized as a command line argument

  npm run startserver 9000

Unit tests can be run also

  npm run test

See the package source for more details

1.0.1

1 year ago

1.0.0

1 year ago