I am looking for a website with an API that could generate random FRENCH word and return the result in JSON or other format. I googled and I was surprised but I found nothing. Perhaps, I do not use the good keywords.
The idea is to use it in a JS script like that
var xhr = new XMLHttpRequest();
xhr.open("GET", "http://?????", false);
xhr.send();
Aucun commentaire:
Enregistrer un commentaire