Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 760 Bytes

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