Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cscott/meteor-random-name
- Owner: cscott
- Created: 2014-12-13T21:52:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-13T22:22:05.000Z (about 10 years ago)
- Last Synced: 2024-11-07T06:16:07.589Z (2 months 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
[![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.