This repo contains a rectangle class with three public methods, contains, intersects and adjacent. The rectangle class does not handle colinearity correctly in some cases.
This repository uses yarn. Run yarn install for install. If you have docker installed you could also docker build .
See package.json scripts for other commands
index.js is the entry point for this application. Run npm run start or npm run build and then node dist/index.js