Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.81 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.81 KB

Google Inc. logo

@google/jobs

Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.

Installation

$ npm install @google/jobs

Usage

All documentation and usage information can be found on GitHub.

Building a browser bundle

This library can be used in a browser. To prepare a single file bundle, clone the repository and run

$ cd src/apis/jobs
$ npm install
$ npm run webpack

The generated bundle will be written to dist/jobs.min.js. Use it from your HTML file:

<script src="/path/to/jobs.min.js"></script>
<script>
const { jobs, auth } = Jobs;
</script>

v3 Samples

You can find samples of v3 of the Talent Solution API here

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Contributing

We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see CONTRIBUTING.

Questions/problems?

Crafted with ❤️ by the Google Node.js team