Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chancejs/chancejs
Chance - Random generator helper for JavaScript
https://github.com/chancejs/chancejs
chance javascript random
Last synced: about 2 months ago
JSON representation
Chance - Random generator helper for JavaScript
- Host: GitHub
- URL: https://github.com/chancejs/chancejs
- Owner: chancejs
- License: mit
- Created: 2013-06-20T20:26:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T02:50:33.000Z (2 months ago)
- Last Synced: 2024-10-13T21:01:38.514Z (about 2 months ago)
- Topics: chance, javascript, random
- Language: JavaScript
- Homepage: http://chancejs.com
- Size: 5.09 MB
- Stars: 6,450
- Watchers: 83
- Forks: 456
- Open Issues: 172
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frontend-lib - chancejs
- awesome-javascript - chancejs - Chance - Random generator helper for JavaScript - ★ 4122 (Number)
- my-awesome-list - chancejs - Random generator helper for JavaScript | chancejs | 6484 | (JavaScript)
README
# Chance
[![Chance Logo](http://chancejs.com/logo.png)](http://chancejs.com)
[![Build Status](https://travis-ci.org/chancejs/chancejs.svg?branch=develop)](https://travis-ci.org/chancejs/chancejs) [![GitHub license](https://img.shields.io/github/license/chancejs/chancejs.svg)](https://github.com/chancejs/chancejs) [![GitHub stars](https://img.shields.io/github/stars/chancejs/chancejs.svg)](https://github.com/chancejs/chancejs) [![npm](https://img.shields.io/npm/dm/chance.svg)](https://npmjs.com/package/chance) [![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/chance/badge?style=rounded)](https://www.jsdelivr.com/package/npm/chance) [![npm](https://img.shields.io/npm/v/chance.svg)](https://npmjs.com/package/chance) [![Coverage Status](https://coveralls.io/repos/chancejs/chancejs/badge.svg?branch=master)](https://coveralls.io/r/chancejs/chancejs?branch=master) [![awesomeness](https://img.shields.io/badge/awesomeness-maximum-red.svg)](https://github.com/chancejs/chancejs)
Chance - Random generator helper for JavaScript
Homepage: [http://chancejs.com](http://chancejs.com)
Many more details on [http://chancejs.com](http://chancejs.com) but this single
library can generate random numbers, characters, strings, names, addresses,
dice, and pretty much anything else.It includes the basic building blocks for all these items and is built on top
of a Mersenne Twister so it can generate these things with repeatability, if
desired.## Usage
See the [full docs](https://chancejs.com) for details on installation and usage.
## Dependent tools
* [Chance CLI](https://github.com/chancejs/chance-cli) - Use Chance on the command line.
* [Chance Token Replacer](https://github.com/drewbrokke/chance-token-replacer) - Replace tokens in a string with Chance generated items.
* [Dream.js](https://github.com/adleroliveira/dreamjs) - Lightweight json data generator
* [Fake JSON Schema](https://github.com/pateketrueke/json-schema-faker/) - Use chance generators to populate JSON Schema samples.
* [Mocker Data Generator](https://github.com/danibram/mocker-data-generator/) - Minimal JSON data generator.
* [swagger-mock-api](https://github.com/dzdrazil/swagger-mock-api/) - Generate API mocks from a Swagger spec file enriched with Chance types and constraints
* [fony](https://github.com/captainsafia/fony) - A simple command line tool for generating fake data from a template stringOr [view all of the dependents on npm](https://www.npmjs.com/package/chance)
*Know a library that uses Chance that isn't here? Update the README and submit a PR!*
## Author
### Victor Quinn
[https://www.victorquinn.com](https://www.victorquinn.com)
[@victorquinn](https://twitter.com/victorquinn)Please feel free to reach out to me if you have any questions or suggestions.
### Contributors
THANK YOU!
### Contribute!
Be a part of this project! You can run the test using the following.
**Note: Make sure you have Yarn installed globally**
1. Install dependencies from package.json by running ```yarn```
2. Run the test suite via ```yarn test```
3. Make some fun new modules!This project is licensed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License) so feel free to hack away :)
Proudly written in Washington, D.C.