Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cscott/meteor-random-name

Generate random (or seeded) names server-side on Meteor
https://github.com/cscott/meteor-random-name

Last synced: 13 days ago
JSON representation

Generate random (or seeded) names server-side on Meteor

Awesome Lists containing this project

README

        

# cscottnet:random-name
[![Build Status](https://travis-ci.org/cscott/meteor-random-name.svg?branch=master)](https://travis-ci.org/cscott/meteor-random-name)

This is a Meteor binding for the npm
[`node-random-name`](https://www.npmjs.org/package/node-random-name) package.
It installs on server-side only, in order to
avoid bloating the client with a large name database.

## Installation
```
meteor add cscottnet:random-name
```

## License

Copyright (c) 2014 C. Scott Ananian

Licensed under GPLv2.