The Browse Language
IMPORTANT: To use any of the scraping/web browser features, add
--webwhen starting the browse repl or running a script
To install locally, simply run
npm i -g @browselang/cliIf you use VSCode, get the extension
code --install-extension pranaygp.browse-vscodeHop into a browse repl
browseOr execute a browse script
browse examples/basic/fibonacci.browseThere's a pre-build docker image available called pranaygp/browse that comes with browse and node preinstalled.
To hop into a browse repl, simply run
docker run --rm -it pranaygp/browseHere's an example that can be run within this repo, that executes one of the example files
docker run --rm -it -v $(pwd)/examples:/examples pranaygp/browse /examples/fibonacci.browse