This little Node.js utility makes it easy to find recipes on AH Allerhande which are popular and rated high. Select the course you're interested in and it will create a ranking of recipes in the form of a text file (output.txt).
It works by directly communicating with the GraphQL endpoint of AH (and spoofing some headers to fool the endpoint to accept our requests :)).
Clone this repository
npm i
npm start
This software is licensed under the MIT license.