I m new to Meteor and i want to create an application that will help to convert my user inputs in different language using google translate api. Is there any packages for that?
Can anyone help me for this?
Thanks
I m new to Meteor and i want to create an application that will help to convert my user inputs in different language using google translate api. Is there any packages for that?
Can anyone help me for this?
Thanks
It seems like you already found a npm package for Google Translate. There are several ways you can use npm packages with Meteor.
Meteor 1.3 early beta supports npm. If you want a quick example of this, here it is. However, take note that this is early beta.
If you are using a stable release (eg. Meteor 1.2), you can use https://atmospherejs.com/meteorhacks/npm.
Google Translate API is a paid service so I wasn't able to provide a working example for you. Good luck!