#Question 1
#####Overview The following is the index.js file for question 1. The instructions said to create a node.js script to generate a textfile of access_tokens for Jenny, and a bash script to read the access_tokens from the text file, outputting the item ID's associated with New Age Banking. Interestingly, the instructions provided a javascript function to deserialize the access tokens so I'm not sure if bash script was a typo and it meant to say node script? Regardless, I thought it would be equally efficient to do it all in one script, so below is a node.js script that does the following steps
- Pulls the clients and items from the sraval-interview.plaid.com server