1.0.7 • Published 7 years ago

transform-jt-plus v1.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

transform-jt-plus

Transform data from jobthai to jobthai plus and Inverted transform data jobthai plus to jobthai. This version suport company and job data.

Installation

$ npm install transform-jt-plus

Basic Usage

Transform data

const { Transform } = require('transform-jt-plus');
const transform = new Transform();

const result = transform.Company(input)
or
const result = transform.Job(input)

Inverted transform data

const { InvertTransform } = require('transform-jt-plus');
const invertedTransform = new InvertTransform();

const result = invertedTransform.Company(input)
or
const result = invertedTransform.Job(input)
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago