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

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago