translate-form-json

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i translate-form-json

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

60.9 kB

Total Files

17

Last publish

Collaborators

  • thonny_