This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Node.js helper script for creating a SankeyMATIC funnel | |
* | |
* Step 1: Request Tinder from https://account.gotinder.com/data | |
* Step 2: Wait for your data | |
* Step 3: Place the data.json file from your data folder next to this script | |
* Step 4: Run the script: `$ node index.js` | |
* Step 5: Copy and paste the console output here: http://sankeymatic.com/build/ | |
*/ |