IBM / watson-calorie-counter

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode. A mobile app that uses Watson Visual Recognition to provide nutritional analysis of captured food images.
https://developer.ibm.com/patterns/create-an-android-calorie-counter-app/
Apache License 2.0
53 stars 59 forks source link

Need more info on apiURL #6

Closed rhagarty closed 7 years ago

rhagarty commented 7 years ago

What is the new field apiURL var used for? (in index.js)

Need to add this to the readme instructions. (what it's for and where to get the URL)

RiyaMRoy04 commented 7 years ago

Hi @rhagarty API URL is SERVER URL for the server to receive the image file for analyzing image using Visual Recognition, as encoded by encodeURI(). To get that URL,we have to first deploy the application to IBM Bluemix. Have updated it in the README as well..