Skip to content

eliseduverdier/solresol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solresol-api

Solresol was a constructed language invented in 1827 by Jean Francois Sudre

It can represent words by a set of colors, notes, drawings, or letters.

example: “The Library of Babel”

The Library of Babel, from Borges

how to use

Route
/en/srs/{word} translates from English to SolReSol
/srs/en/{word} translate SolReSol letters to English

run locally

cd app && npm install && npm start
# or -- not used anymore
# docker build . -t <your username>/node-web-app
# docker run -p 49160:8080 -d <your username>/node-web-app

architecture

references