2.0.5 β€’ Published 4 years ago

i-want-a-name v2.0.5

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

πŸ“¦ Installation

npm i i-want-a-name

πŸ’½ Import

const iWantAName = require('i-want-a-name')

πŸ•ΉοΈ Usage

Boy's or Girl's name

iWantAName.boy().then(name => console.log(name)) // Steven O'Bryant
iWantAName.girl().then(name => console.log(name)) // Kathrina Saffron

Planet's name

iWantAName.planet().then(name => console.log(name)) // Pluto

Country's name

iWantAName.country().then(name => console.log(name)) // Netherlands

City's name

iWantAName.city().then(name => console.log(name)) // Puerto Rico

πŸ› οΈ Built Using

  • Node.js - Server Environment
  • Axios - Promise based HTTP client for the browser and node.js

πŸ¦Έβ€β™‚οΈ Contributers

2.0.3

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago