├── .gitignore ├── README.md ├── package.json ├── spam-detect.js └── store.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harshitkohli1997/spam-detection/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harshitkohli1997/spam-detection/HEAD/package.json -------------------------------------------------------------------------------- /spam-detect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harshitkohli1997/spam-detection/HEAD/spam-detect.js -------------------------------------------------------------------------------- /store.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harshitkohli1997/spam-detection/HEAD/store.json --------------------------------------------------------------------------------