You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

baijiaxing

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baijiaxing

baijiaxing = 百家姓

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
1
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

baijiaxing

baijiaxing = 百家姓

Build Status Coverage Status npm version npm downloads npm license

Install

$ npm i baijiaxing --save

API

const baijiaxing = require('baijiaxing');

get(中文姓名)

baijiaxing.get('张三').should.equal('zhang');
baijiaxing.get('李四').should.equal('li');
baijiaxing.get('诸葛亮').should.equal('zhu ge');

.getWithTone(中文姓名)

baijiaxing.getWithTone('张三').should.equal('zhāng');
baijiaxing.getWithTone('李四').should.equal('lǐ');
baijiaxing.getWithTone('诸葛亮').should.equal('zhū gě');

Changelog

CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org

Keywords

baijiaxing

FAQs

Package last updated on 05 Sep 2016

Did you know?

Socket

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