Web scraper of the DTU Website as a base to create the notification alerts system
For building binary which prints json
response, use the following command:
cargo build --release
For wasm build (to use it as npm
package), build with the following command
wasm-pack build -t nodejs --features wasm
Install as a binary
cargo install --path .
Install as npm package
wasm-pack build -t nodejs --features wasm # this builds and output a pkg/ directory, copy this to root of your node project
# with pkg/ folder in root of your node project
npm i pkg