Skip to content

dtutimes/notification-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notification-system

Web scraper of the DTU Website as a base to create the notification alerts system

Build

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

Installation

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

About

DTU Website scraper for alerts implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published