Get a complete list of your vimeo videos, titles, descriptions and links via the api in json format
1 you'll need to create an app in the vimeo dev api menu [https://developer.vimeo.com/apps/new] and then insert the token/id/secret where noted in the code
2 in the vimeo dev menu[https://developer.vimeo.com/api/reference/videos/3.4] run the test excerise to see how many pages of videos you have and change the value where the loop stops running to that number of pages
3 you can change/add/reduce the fields you're interested in as well
4 run via node test.js while in the root directory