IBM / ar-resume-with-visual-recognition

An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
https://developer.ibm.com/patterns/create-an-augmented-reality-application-with-facial-detection/
Apache License 2.0
73 stars 26 forks source link

Added missing URL to create documents in cloudant #16

Closed sanjeevghimire closed 6 years ago

sanjeevghimire commented 6 years ago

Closes: #15

markstur commented 6 years ago

The only instructions about creds is this "Update ResumeAR/Credentials.swift with the Cloudant and Watson Visual Recognition credentials."

I think the configured creds should closely and consistently match what is being copied. Generally a CLOUDANT_ prefix with just the basic elements from credentials (username, password, port, url, host) as needed would be the most obvious and consistent w/ other patterns.

No need to make the user do any more editing/thinking when you can build URLs from the basics in code.