Skip to content

Commit

Permalink
include RiP
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ball committed Aug 1, 2019
1 parent 61fe813 commit c1ffc27
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

Use Node packages not bundled into Postman's sandbox.

## Setup
## Setup on local machine

Clone this repo.

`npm i`

`node index.js`

## Setup in Postman

If you want to jump right into it, import this prebuilt collection and create a global variable called `require` with value `uniq,slapdash,pad-left`:

[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/d76d17db442b465cfe3f)

Read on for getting this working with your own existing collection..

Add the following script to the `Pre-Request Script` of your collection:

```js
Expand Down

0 comments on commit c1ffc27

Please sign in to comment.