scrapix
scrapix copied to clipboard
We should find out which options are mandatory or not and what kind of data structure it contains. We could use [`zod`](https://zod.dev/) to ensure validation and help the user understand...
Currently the tool is named `scrapix`, we are not completely convinced by its naming. We need to decide to a new name, or decide to stick with this one. Some...
We should keep our dependencies updated but ensure we are not losing time in merging these PR's and being spammed. Only the dependencies should be updated. The devDependencies are not...
On order for contributors. but also for the team members to be quickly able to test the project after their changes, the contributing guide should definitely be added with the...
While the README currently does an okey job on explaining the basics, it should be more complete to ensure the whole project is explained with its features.
Currently this repository has no tests. The idea is to create a very minimal set of tests on which we can iterate later but that ensures us we did not...
In most of the places were errors are silently ignored, a console.log compensate with some information on it. These are not always very clear. Exemple in `Senders.ts` where it is...
Currently there are 3 strategies - default - docssearch - schema They all answer to a certain common use case. We suppose these use-cases answer 90% of the website structures....
Create a frontend website that can replace the curl call. It would be much simpler to use.