Socket
Socket
Sign inDemoInstall

medicfp-job

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medicfp-job

Fun way to apply for a job at MedicFP LLC.


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Command line interface to apply for a job at MedicFP LLC

Installation

npm install --global medicfp-job

List jobs

Example:

medicfp-job list

View job posting

Example:

medicfp-job view 1

Apply for a job

jobId

Identifier of a job that you are applying for from list command

firstName

First name (required)

lastName

Last name (required)

middleName

Middle name or middle name initial (optional)

email

Email that can be used to contact you (required, and no we wont subscribe you to any mailing lists)

resume

Path to your resume on your drive, any format will be accepted

Example:

medicfp-job apply \
	--jobId=1 \
	--firstName=John \
	--lastName=Doe \
	--middleName=A \
	--email=foo\@example.com \
	--resume=/path/to/file.pdf

Keywords

FAQs

Package last updated on 24 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc