This translates your text input to another language. For now it only translates to madarin giving both chinese characters and pinyin.
-
open a console in a folder named TranslateTo
-
type the following commands in order:
git clone https://github.com/jaredmt/TranslateTo .
npm install
node index.js
-
open http://localhost:3000/ in your browser
-
type something into the input box and click "TranslateTo" button!
This project helped gain further understanding of http requests and improved confidence in handling backend tasks using NodeJS without any frameworks.
Note that I understand how API's work but wanted the fun challenge of getting around the API for this project.