Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 707 Bytes

edenredAcceptors

Scraped list of Edenred voucher acceptors

For the final list, visit

https://bacce.github.io/edenredAcceptors/

Install

$ npm install

Execute

Uncomment the function you need to run in the bottom of index.js and then

$ node .

How to use

  • run the page in your browser and copy the cooke value from the request into the headers part of the getAllIds function if it's not working.
  • run getAllIds function to gather all the shop ID
  • run getAllDetailsFromIds function what will download all the shop details for each ID
  • run getShopNames function what will collect all the shop names and unique shop names from the details
  • go crazy, do whatever you want with the data :)