Skip to content

Commit

Permalink
Rename sportsgame to sports. Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosteve committed May 31, 2013
1 parent 0c5d2fc commit f2bdf14
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Generate random words and phrases: names, places, numbers, etc.
This is a rewrite of Faker.js with a saner API and simpler implementation.
It also incorporates new word lists for nouns, verbs, etc.

## Installation

```
npm install madlibs
```

## Usage

```js
var madlibs = require('madlibs')
madlibs.noun()
madlibs.verb()
madlibs.fullName()
madlibs.email()
madlibs.address()
```

## Test

To see example output, run `npm test`:
Expand Down Expand Up @@ -55,6 +72,7 @@ To see example output, run `npm test`:
## Roadmap

* Work in browser via component.js
* Generate full example objects: user, company, etc.
* Generate words, sentances, paragraphs (a-la faker)
* Simple templating / interpolation, so it can actually be used for MadLibs

Expand Down
File renamed without changes.

0 comments on commit f2bdf14

Please sign in to comment.