0.0.0-semantically-released • Published 6 years ago

friends-casts-name v0.0.0-semantically-released

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

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
1.2.2

6 years ago

1.1.2

6 years ago

1.1.1-beta.2

6 years ago

1.1.1-beta.1

6 years ago

1.1.1-beta-1

6 years ago

1.1.1

6 years ago

1.2.0-beta-1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago