Sirdata’s powerful API lets you quickly and seamlessly classify web page
npm install sirdata-contextual-ts-client
TODO
TODO
TODO
Use docker to compile project
docker run -v $PWD:/mnt -it --entrypoint /bin/sh node:10-alpine
Get node modules
cd /mnt && npm install
#compile ts files
cd /mnt && npm run build
# exec tests
npm run test
OR
cd /mnt && ./node_modules/.bin/jest test
All contributions are welcomed