Questions tagged [edamam-api]
23 questions
0
votes
1 answer
How to convert recipe to calories per serving
I am creating a react recipe app. I am using an Edamam API (food recipes).
How do I convert/calculate recipe calories to calories amount per serving? Maybe round it to the whole number?
Right now the components in my browser, Chrome Developer…

Sarawwrrx3
- 1
- 2
0
votes
0 answers
Refining the Code: Python Script for API and Creating a new column from it
Hey guys so this is gonna be a tall order but I need help refining this code that still doesn't do exactly what I want it to do. I am a research student trying to utilize the Edamam Nutrition Analysis API to get the calorie info for foods from this…

Marcelino Velasquez
- 85
- 10
0
votes
1 answer
how do i use a API from rapid code in android app using volley with keys
I am making a calories counter application in android studio. I have created all the adapter and layouts everything but i am struck at one place I am trying to use rapid APIs Food Calorie Data Search API and it gives a URL and a key I don't know…
0
votes
2 answers
Can't Create A UUID For Every Element Returned?
I'm creating a simple recipe app that uses edamam's API. The data returned from edamam doesn't have a unique ID for each recipe element. As a result, I'm trying to use UUID to create unique Ids for all recipes that are returned. However, neither of…

traveler316
- 97
- 3
- 11
0
votes
1 answer
Correct array in url in Axios
so I have started using Axios recently to create my first project. When I am trying to fetch data from the API, as default (i think) axios give me an URL like:
…

Quang Huy
- 13
- 1
- 4
0
votes
1 answer
how to get API data out of a node.js function
I'm pretty new to JS and very very new to Node. I'm trying to make a very simple app that pulls JSON data from the edamam API (https://rapidapi.com/edamam/api/edamam-nutrition-analysis). I've got the API working, and I now want to use the data that…

Hannah
- 3
- 1
0
votes
1 answer
How Displlay elements from API query , or put them in array
Hello i want to display results from https://developer.edamam.com/edamam-docs-recipe-api this api or to put them into array
vm.search = function(){
var req2 = {
method: "GET",
…

StefanBRT
- 43
- 1
- 6
0
votes
1 answer
In Javascript how do I pull mealtype from edamam nutritional API
I am trying to pull the mealtype from the following API.
https://developer.edamam.com/edamam-docs-nutrition-api
Reading the API understand that we need to use a POST request to get a response specifically for mealType data. However I am very…

T. Stevens
- 5
- 1
- 3