All Projects → lucapasquale → insomnia-plugin-chance

lucapasquale / insomnia-plugin-chance

Licence: MIT License
Insomnia Plugin for Chance.JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to insomnia-plugin-chance

insomnia-plugin-documenter
Export Insomnia workspace HTML documentation.
Stars: ✭ 23 (+53.33%)
Mutual labels:  insomnia, insomnia-plugin
flate
🌈 Colorful dark themes
Stars: ✭ 35 (+133.33%)
Mutual labels:  insomnia, insomnia-plugin
insomnia-plugin-documents-br
O plugin tem a finalidade de gerar documentos e alguns dados mais usados, o foco é para dados do Brasil.
Stars: ✭ 21 (+40%)
Mutual labels:  insomnia
nes-runner
An infinite runner NES game!
Stars: ✭ 28 (+86.67%)
Mutual labels:  random-generation
mysql-random-data-generator
This is the easiest MySQL random test data generator tool. Load the procedure and execute to auto detect column types and load data.
Stars: ✭ 108 (+620%)
Mutual labels:  random-generation
jRand
A Java library to generate random data for all sorts of things. Java random data faker
Stars: ✭ 27 (+80%)
Mutual labels:  random-generation
restler
Restler is a beautiful and powerful Android app for quickly testing REST API anywhere and anytime.
Stars: ✭ 120 (+700%)
Mutual labels:  insomnia
Stat
Statistics package for Go [DEPRECATED]
Stars: ✭ 198 (+1220%)
Mutual labels:  random-generation
setup-linux-debian
Installs essential JavaScript development programs.
Stars: ✭ 16 (+6.67%)
Mutual labels:  insomnia
random-logger
Docker image for a random log generator.
Stars: ✭ 104 (+593.33%)
Mutual labels:  random-generation
insomnia
😪 NativeScript plugin to keep the device awake (not dim the screen, lock, etc)
Stars: ✭ 40 (+166.67%)
Mutual labels:  insomnia
perlin-toolkit
Animated perlin noise textures
Stars: ✭ 15 (+0%)
Mutual labels:  random-generation
witnet-solidity-bridge
Witnet Bridge for EVM-compatible blockchains
Stars: ✭ 46 (+206.67%)
Mutual labels:  random-generation
arbitrater
Arbitrater is a Kotlin library for creating arbitrary instances of classes by reflection for use in testing. In contrast to POJO generators, it supports Kotlin's optional parameters and nullable types.
Stars: ✭ 33 (+120%)
Mutual labels:  random-generation
Random-Weapon-Generator-For-Unity
a Borderlands 2 inspired, part-based random weapon generator for Unity Engine
Stars: ✭ 29 (+93.33%)
Mutual labels:  random-generation
i-ching
The I Ching, or Book of Changes
Stars: ✭ 22 (+46.67%)
Mutual labels:  chance
RandomGenKt
Kotlin port of RandomGen
Stars: ✭ 28 (+86.67%)
Mutual labels:  random-generation
datagen
Java lib that generates random data (numbers, strings, dates) - mostly to facilitate Randomized Testing.
Stars: ✭ 56 (+273.33%)
Mutual labels:  random-generation
lib12
lib12 is a library of universal helpers and extensions useful in any .NET project
Stars: ✭ 30 (+100%)
Mutual labels:  random-generation
Linear Feedback Shift Register
Linear Feedback Shift Register
Stars: ✭ 34 (+126.67%)
Mutual labels:  random-generation

Insomnia Plugin - Chance

Random Value Generator

Generates a random value from on Chance.JS

Instalation:

  • Open Insomnia options (Ctrl + , | Cmd + ,)
  • Write insomnia-plugin-chance on the Plugins tab

Args:

  • Type: Select a function from Chance to be executed
  • Custom Function: If selected custom type, it will execute the function named here
  • Options: Arguments you want to pass to your chance function. Because of the way Insomnia handles plugins, you need to pass it as:

argumentName: argumentValue, argumentName2: argumentValue2

For example, with Natural, you can pass it as: min: 1, max: 20

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].