1.0.2 • Published 2 years ago

translate-form-json v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Translate a JSON Object

Fast, unopinionated, minimalist web interpreter json for node.

const translateFormJson = require("translate-form-json");
const translate = translateFormJson.init(test, "en", "google");

Installation

$ npm install translate-form-json

Examples

To view the examples, clone the TranslateFormJson repo and install the dependencies:

$ git clone https://github.com/lthonny/translate-json.git --depth 1
$ cd translate-json
$ npm install

Then run whichever example you want:

$ node

Contributing

The TranslateFormJson project welcomes all constructive contributions. Contributions take many forms, from code for bug fixes and enhancements, to additions and fixes to documentation, additional tests, triaging incoming pull requests and issues, and more!

Running Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT