1.0.12 • Published 12 months ago

weevaluate-sdk v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
12 months 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.

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago