Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 997 Bytes

File metadata and controls

33 lines (21 loc) · 997 Bytes

CV-API-Sample

Example iOS App using the Computer Vision API from Blippar

Introduction

You should have read the Computer Vision documentation before anything else. This app does nothing but a request to the API and prints the results in the console.

Usage

Open CV-API-Sample.xcodeproj and edit the CV-API.plist file with your own ID and Secret :

<key>client_id</key>
<string>xxx</string>
<key>client_secret</key>
<string>xxx</string>

Then simply Run the project.

You can make it yours by removing all the lines commented with // REMOVE THIS LINE

Contribute

We welcome contributions to make this project to make it more fun and appealing.

License

Licensed under the MIT license