diff --git a/README.md b/README.md index 75c4979..167fa36 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,19 @@ features: > This package is still WIP Todos: - - add tests (integration, unit tests) + - add tests + - ProviderControls.runAll() + - are events called? + - custom source or embed order + - are fetchers called? + - is proxiedFetcher properly defaulted back to normal fetcher? + - makeStandardFetcher() + - do all parameters get passed to real fetch as expected? + - does serialisation work as expected? (formdata + json + string) + - do baseUrl settings work? + - does json responses get automatically parsed? + - makeFullUrl() + - do slashes get converted correctly? - running individual scrapers - finish fetchers: - make baseUrl param work @@ -18,6 +30,7 @@ Todos: - automatically parse json - error logging for failed scrapers - make the lib not compile into one file, keep dependency structure + - add all real providers Future todos: - docs: examples for nodejs + browser