translat
Translation using just page-fetching
Imortant
While using languages like Chinese, all inputs are reguarded as sentences, so they are probably capitalized.
Usage
npm install translat
var translat = translator = translat;translator;// dynamically switching languagestranslator;
Testing
-
Make sure that you have
mocha
installed globally.npm install -g mocha -
Download the package from the repository.
-
Run from inside.
cd translatnpm test