Babel add logger feature
Hi,
at first, thanks for the efforts in creating this project.
I like to ask if a random page crawler with a tampermonkey extension script and a new API logger endpoint in index.ts is something you are interested in?
Entries in Notepad++ with the monitoring feature enabled are looking like this:
(Timestamp + data-words found + page reference)
The browser extension script triggers the click on the "Highlight English words" button as well as the fetch post to the api endpoint with the JSON body payload and then the click on "Random" afterwards to trigger a new page load (runs endlessly until you shutdown the server or close the browser tab).
If yes, please let me know in this PR and I'm gonna sanitize everything before you can merge the commits (it's rather a proposal now if you look at my forked readme.me)
If no, please let me know why and close this PR as unqualified feature request.
Best regards!
edit: just for completion purposes the cmd I use in the main directory to run the project
start chrome http://localhost:3000
start explorer babel-logs
yarn start
pause