This a full-stack public API that provides made-up english-sounding words that follow english phonotactics. For example:
- ranglish: /ɹæŋ ɡlɪʃ/
- drim: /drɪm/
- sclown: /sklaʊn/
See Ranglish website.
Simply call the endpoint:
GET https://ranglish.heroku.app/api/word
No authorization token required (at least for now).
- Client-side:
- Vue.js (2)
- Vuetify
- Server-side:
- Node (TS)
- Express
npm install
npm run client_dev
npm run server_dev
npm run postinstall
npm run client_lint