1.0.1 • Published 4 years ago

vzc-chc-careers v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Verizon Connect Christchurch Careers

Use this package to learn about careers at Verizon Connect Christchurch.

API

about(): string

Returns a URL to visit to learn about opportunities within NZ

apply(email: string): string

Provides information on how to apply, the email is used to calculate a unique id to show you've used our API.

Notes

  • Make sure you have a code editor handy, our QAs were really busy so there could be bugs ;)

Example

import {VzcCareers} from "vzc-chc-careers";

let job = new VzcCareers();
let url = job.about();