- Install node.js
- Check node is working from Terminal by typing
node --version, you should see something likev13.11.0 - Run
npm installfrom the root folder of the project - this will install all of your dependencies - Install
ts-node - Add replace
BRANCH_KEYinindex.tsso that it looks like the following:const branchKey = 'key_live_gpQjWaEAt2OYhaCRUV6vvjeeAxxxxx' - Add the link data for the links you would like to generate to the
bulk-link.csv - From the project root run:
ts-node index.ts readFile
Your file should appear in output.csv should everything have worked correctly.