0.0.4 • Published 3 years ago

zhipin v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

zhipin

simple javascript api for boss zhipin

zhipin Build Status

Installation

$ yarn add zhipin

Example

const zhipin = require('zhipin')({
  cookie: '-- PUT YOUR COOKIE HERE --'
});

(async () => {
  const joblist = await zhipin.joblist();
  const [ job ] = joblist.data;
  const { encryptJobId } = job;
  const { geekList } = await zhipin.list(encryptJobId);
  const [ geek ] = geekList;
  const response = await zhipin.greeting(jobId, geek);
  console.log(response);
})();

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.


0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago

0.0.0

5 years ago