wordreference-api icon indicating copy to clipboard operation
wordreference-api copied to clipboard

It is not an API

Open houshyar opened this issue 1 year ago • 1 comments

API calls provide a structured way to access data directly from a service's backend, unlike web scraping which parses raw HTML content. result.word = $('h3.headerWord').text() Your approach is highly depended on the structure of the website's HTML and if they change their design you should rewrite your code. Maybe it's better to change your project's name to prevent confusion.

houshyar avatar Jul 22 '24 08:07 houshyar