Skip to content

Translate a JSON object into different languages. Svelte/NodeJS, uses a Puppeteer based backend for data collection.

Notifications You must be signed in to change notification settings

bingland/translateToJSON

Repository files navigation

translateToJSON

Translate a JSON object into different languages

Running the app

Install the dependencies:

npm install

Create an optimised version of the Svelte frontend:

npm run build

Run the Express server:

node index.js

Then, open up the node server by going to localhost:3535.

Running the app while developing

This does need to be worked on a bit more you can can the Express server and Svelte in live refresh mode if you run to processes in two different windows.

Install the dependencies:

npm install

First terminal for running Svelte:

npm run start

Seconds terminal for running Express:

node index.js

Then, open up the node server by going to localhost:3535.

About

Translate a JSON object into different languages. Svelte/NodeJS, uses a Puppeteer based backend for data collection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published