├── .gitignore ├── 42_logo.png ├── README.md ├── config.json ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules 2 | temp.data -------------------------------------------------------------------------------- /42_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasied/42-slot-watcher/HEAD/42_logo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasied/42-slot-watcher/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasied/42-slot-watcher/HEAD/config.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasied/42-slot-watcher/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasied/42-slot-watcher/HEAD/package.json --------------------------------------------------------------------------------