1.0.12 • Published 1 year ago

weevaluate-sdk v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

weevaluate-sdk

Installation

You can install weevaluate-sdk via npm:

npm install weevaluate-sdk

Usage

Example

import React from 'react';
import { Careers } from 'weevaluate-sdk';

function App() {
  return (
    <div className="App">
      <Careers authorizationKey="<key>" />
    </div>
  );
}

export default App;

Replace <key> in the authorizationKey prop with your actual authorization key.

Props

Careers Component Props

  • authorizationKey (required): Your authorization key for accessing careers data.

License

This project is licensed under Onyeg Private Limited - see the LICENSE file for details.