Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pazznetwork/pazz-apply-job

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
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

Package last updated on 26 Apr 2021

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