bollywood-actors-coding-discussion
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

Bollywood Actors

Get bollywood actor names

The list is just JSON file and can be used anywhere.

Install

$ npm install bollywood-actors-coding-discussion

Usage

const bollywoodActors = require('bollywood-actors-coding-discussion');

bollywoodActors.all;
//=> ["Aamir Khan", "Aarun Nagar", …]

bollywoodActors.random();
//=> 'Shah Rukh Khan'

API

.all

Type: string[]

bollywood actor names in alphabetical order.

.random()

Type: Function

Random actor name.

License

MIT © Avick Saha

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i bollywood-actors-coding-discussion

    Weekly Downloads

    4

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    11 kB

    Total Files

    6

    Last publish

    Collaborators

    • avicksaha