Web SDK
Getting Started

Including ezyhire web SDK via script tag

The easiest and quickest method to integrate the ezyhire Web SDK into your project is by adding a script tag that loads the latest version from the ezyhire CDN

in <body> tag
 <script src="https://app.ezyhire.com/ezyhire-bundle/ezyhire.min.js" defer></script>

In addition, don't forget to include the ezyhire styles for the default styling of ezyhire:

in <head> tag
 <link rel="stylesheet" href="https://app.ezyhire.com/ezyhire-bundle/ezyhire-styles.min.css"/>

The library will instantiate the $ezyhire object, which you can access globally via the JavaScript window object.

Essential Needs and Key Considerations

1. HTTPS

To ensure seamless integration and utilization of the ezyhire Web SDK within your project, ensure that your web application operates via HTTPS (including your development web server). This is crucial for the proper execution of all SDK methods.

2. API Key

To complete this integration, you'll need to utilize your API Key provided by ezyhire, granting the Web SDK access to the ezyhire API.