Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shannonmoeller/infinite-improbability-drive
Infinite Improbability Drive
https://github.com/shannonmoeller/infinite-improbability-drive
Last synced: 18 days ago
JSON representation
Infinite Improbability Drive
- Host: GitHub
- URL: https://github.com/shannonmoeller/infinite-improbability-drive
- Owner: shannonmoeller
- Created: 2018-09-17T20:17:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T17:12:42.000Z (about 6 years ago)
- Last Synced: 2024-10-06T10:41:51.000Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://npm.im/infinite-improbability-drive
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀🚀 → 🐋 🌺
The [Infinite Improbability Drive](http://hitchhikers.wikia.com/wiki/Infinite_Improbability_Drive) is a wonderful new method of crossing interstellar distances in a mere nothingth of a second, without all that tedious mucking about in hyperspace. It was discovered by lucky chance, and then developed into a governable form of propulsion by the Galactic Government's research centre on Damogran.
## Install
```command
$ npm install --global infinite-improbability-drive
```## Usage
```man
Usage: infinite-improbability-drive [options]
iid [options]Options:
-i, --improbability Improbability of an IID existing. Required.
-b, --brownian-motion-producer Self-explanatory. Required.
```## Examples
```command
$ iid -i 42 -b 🚀
$ iid -i 0.023809523809523808 -b ☕
```## API
### `iid(options)`
- `options` `{Object}`
- `improbability` `{Number}`
- `brownianMotionProducer` `{String}````js
const drive = require('infinite-improbability-drive');
const result = drive({
improbability: 0.023809523809523808,
brownianMotionProducer: '☕',
});
```