2.2.1 • Published 6 years ago

@neil188/pub-names v2.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

pub-names

npm version Travis build Codecov NpmLicense semantic-release GitHub last commit (master)

For all your random Newcastle real ale pub needs.

This library was developed from Kent C Dodds Creating an Open Source JavaScript Library course.

Repo Installation Instructions

  1. Clone locally using:

    git clone https://github.com/Neil188/pub-names/.git

  2. Install dependencies:

    npm install

  3. Run build and test scripts:

    npm run validate

Package installation instructions

This pacakge is distributed via npm:

npm install @neil188/pub-names

Usage

const names = require('@neil188/pub-names');
const allNames = names.all;
const randomName = names.random();
2.2.1

6 years ago

2.2.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago