Skip to content

rblmdst/i18n-using-textualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/rblmdst/i18n-using-textualization.git
cd i18n-using-textualization
npm install
node index.js

The app will start and then, you will get a result similar to the following in your console.

result in console

Endpoints

url result
localhost:8000/ "Welcome to my app."
localhost:8000/fr "Bienvenu dans mon appli."
localhost:8000/test "Knowledge is a power!"
localhost:8000/test?lang=fr "La connaissance est un pouvoir!"
localhost:8000/test?lang=en "Knowledge is a power!"

Ressources

textualization documentation
example using pillarsjs framework

About

I18ned of a REST API powered with express using textualization(https://github.com/pillarsjs/textualization)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published