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: 7 months ago
JSON representation
Generate random (or seeded) names server-side on Meteor
- Host: GitHub
- URL: https://github.com/cscott/meteor-random-name
- Owner: cscott
- Created: 2014-12-13T21:52:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-13T22:22:05.000Z (over 11 years ago)
- Last Synced: 2024-12-27T11:42:35.895Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cscottnet:random-name
[](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.