racehorse-names

1.0.2 • Public • Published

Racehorse Names

Gives you names of racing horses 🏇🏻 🎠 🐴

List of names includes horses that have won the Kentucky Derby and the Belmont Stakes as well as a whole bunch of other famous stallions of lore.

Can be used as an NPM library or CLI

NPM usage

yarn add racehorse-names
const racehorses = require('racehorse-names');

racehorses.random;
//=> 'Secretariat'

racehorses.all;
//=> Get back 500 horses in alphabetical order

CLI usage

yarn global add racehorse-names
$ racehorse-names --help

  Examples
    $ racehorse-names
    Secretariat

    $ racehorse-names --all
    A.P. Indy
    Adios Butler
    ...

  Options
    --all   Get all names instead of a picking a random one

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i racehorse-names

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

595 kB

Total Files

10

Last publish

Collaborators

  • arjunrao87