3

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

5
  • why don't you google your question Commented Jan 7, 2016 at 5:51
  • i googled and they give me this link npmjs.com/package/google-translate and do't know the implementation in meteor application. Commented Jan 7, 2016 at 5:58
  • There are others also try out those that you understand. Commented Jan 7, 2016 at 6:00
  • can you suggest links? Commented Jan 7, 2016 at 6:00
  • you could use the instructions in [support.google.com/translate/answer/2534601?hl=en] Commented Jan 7, 2016 at 6:06

1 Answer 1

1

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!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.