1.2.1 • Published 9 years ago

baidu-baike v1.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

baidu-baike

百度百科

Install

Install using npm:

    $ npm install baidu-baike

Usage

const baike = require('baidu-baike')
const query = '三体'
baike(query)
  .then(res => console.log(JSON.stringify(res)))
  .catch(err => console.error(err))

Test

Run tests:

    $ npm test

Tested with node.js v4.0+

License

The MIT License (MIT)

Copyright (c) 2016

1.2.1

9 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago