friends-casts-name

0.0.0-semantically-released • Public • Published

Friends-Casts-names

Get random names from Friends characters.

Installation

This package is distributed via npm:

npm install friends-cast-names

Usage

var names = require('friends-cast');
var allNames = names.all;
var randomName = names.random();
var threeRandomNames = names.random(3);

Other

This library was developed by Kent C. Dodds as part of the "How to create a Javascript Library" I do suggest that you see them.

egghead.io series called "How to Write a JavaScript Library."

Frontend Masters.

Project Setup

This project assumes you have NodeJS v6 or greater installed. You should also have npm v3 or greater installed as well (this comes packaged with Node 6). You'll also need a recent version of git installed as well.

You may have come to this project from different varying sources. There are a different series of branches for each workshop/course I've done. To get started with the project, start with this:

  1. Sign up for a GitHub Account (if you don't already have one)
  2. Fork this repo
  3. Clone your fork
  4. In the directory you cloned the repository, run git fetch --all

Package Sidebar

Install

npm i friends-casts-name

Weekly Downloads

6

Version

0.0.0-semantically-released

License

MIT

Unpacked Size

7.36 kB

Total Files

9

Last publish

Collaborators

  • estebanmarin002