Socket
Socket
Sign inDemoInstall

@pazznetwork/pazz-apply-job

Package Overview
Dependencies
2
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pazznetwork/pazz-apply-job

Welcome to our "Job-Application-As-A-Library"-Solution. You are a angular / typescript / express developer and you are searching for a new job? Why not apply to [pazz](https://www.pazz.de/about-us) via our job application API today? More information about


Version published
Maintainers
3
0

Weekly downloads

Readme

Source

pazz-apply-job

Welcome to our "Job-Application-As-A-Library"-Solution. You are a angular / typescript / express developer and you are searching for a new job? Why not apply to pazz via our job application API today? More information about the job can be found on our About Us - Jobs section

We will reply to your application ASAP. Please check the console log if your application was successfully received.

Installation

npm install @pazznetwork/pazz-apply-job

Usage

const sendApplication = require('@pazznetwork/pazz-apply-job');

const email = 'me@example.com';
const subject = 'Application from an interested individual';
const message = `
Dear Pazz Team,

I would like to apply as a junior JavaScript / TypeScript Fullstack Developer.
You can find my CV @ https://my-website.example.com

I would love to hear from you,
John Doe
`.trim();

sendApplication(email, subject, message).then(console.log, console.error);

FAQs

Last updated on 26 Apr 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc