For all your random Newcastle real ale pub needs.
This library was developed from Kent C Dodds Creating an Open Source JavaScript Library course.
-
Clone locally using:
git clone https://github.com/Neil188/pub-names/.git -
Install dependencies:
npm install -
Run build and test scripts:
npm run validate
This pacakge is distributed via npm:
npm install @neil188/pub-namesconst names = require('@neil188/pub-names');
const allNames = names.all;
const randomName = names.random();