@pazznetwork/pazz-apply-job

1.0.0 • Public • Published

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);

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @pazznetwork/pazz-apply-job

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.04 kB

    Total Files

    3

    Last publish

    Collaborators

    • timonmasberg
    • frosty861
    • bendingbender
    • lordoliver
    • codebastard