Here you would need `eQv809NUzP4447eD3Ws4dBwCOFvf0E8I`.
Enter this into line 1 of config.js, or export it as a shell environment variable `token`:
Enter this into line 1 of `src/config.js`, or export it as a shell environment variable `token`:
`export token=eQv809NUzP4447eD3Ws4dBwCOFvf0E8I`.
## USAGE
Written in Javascript for the Node Platform v14+
You must use node v14 because the JS code internaly uses the `?.` 'optional chaining' operator as a shortcut for definedness of nested object properties.
Written in Javascript for the Node Platform v14+. You *must* use node v14+, because the JS code internally uses the `?.` 'optional chaining' operator as a shortcut for definedness of nested object properties.
First, look at the `bin/` subdirectory to execute Shell scripts, or enter the `src/`subdirectory to execute Node scripts.
First, look at the `bin/` subdirectory to execute Shell scripts, or enter the `src/`subdirectory to execute Node scripts.
For regular usage, call the scripts from the parent directory.
### Debugging
To enable debugging with the Chrome Developer Tools, open any shellscript `bin/api_caller*.sh`, comment out the line
To enable debugging with the Chrome Developer Tools in the shell scripts: Open any shellscript `bin/api_caller*.sh`, comment out the line