joshbalfour / node-cognitive-services

Microsoft® Cognitive Services SDK for Node.JS
https://www.microsoft.com/cognitive-services
MIT License
105 stars 45 forks source link

usage with angular2 #12

Closed gate3 closed 7 years ago

gate3 commented 7 years ago

Hi, Can anybody help me with using this library with angular2. I am interested in emotion detection.

mslourens commented 7 years ago

this is a Node.js module, so you need a Node.js API to be able to use this module in Angular2. I use it in Ionic and implemented Handwriting recognition with this module in my API. If you don't have a Node.js API, you can always use POST and GET requests directly. More info about how to use the API directly with Angular (or Javascript in general) can be found here