random-china-city-name
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

随机中国城市名称

randomCityName 函数,随机生成一个中国的城市名,包括县城,但不包含市区。

Installation

Install my-project with npm

 # npm  
 npm install random-china-city-name 
 # yarn
 yarn add random-china-city-name 
 

Usage/Examples

// ts/esmodule
 import { randomCityName}    from 'random-china-city-name';
// commonjs
const {randomCityName} = require('random-china-city-name');

let randomName = randomCityName();
console.log(randomName);

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i random-china-city-name

Weekly Downloads

0

Version

0.0.4

License

ISC

Unpacked Size

340 kB

Total Files

18

Last publish

Collaborators

  • wflixu