Socket
Socket
Sign inDemoInstall

baidu-baike

Package Overview
Dependencies
94
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    baidu-baike

百度百科


Version published
Weekly downloads
15
increased by650%
Maintainers
1
Install size
9.85 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 10 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc