Closed justnle closed 4 years ago
I like that a lot. The previous mess was just me playing around and taking stuff from the response, I'm not attached to any of it.
Would be cool to implement the PDF api as you mentioned before, perhaps with a 'print' button as well directly in the app. If we have time...
Sounds great, I am going to start some of that functionality then.
The PDF api was looking promising but they only offer a trial, otherwise it costs something like $10 a month. Will explore other APIs later though!
Sounds good. In case you didn't see yet I have created a class '.hide' and am just applying and removing that class to elements on 'click' events basically, this can be applied to anything. I just got the background image working on the cabinet, and I'm done for the night now. have fun!
Instead of dumping all of the information for various drinks and recipes after clicking, we could clean it up a bit with the following sequence:
Liquor info submitted...
Could help with the backend for implementing the nutritionix api.. Once the user clicks make this drink, the ingredients could be passed to an array, which we can then pass the array elements to the nutrionix api calls and get the information that way.
Just an idea of how to make implementation of the second api a little easier!