Cheminformatic analyzes molecular strings, detects double and triple bonds, estimates hydrogen counts and computes a bond-to-atom ratio to classify molecular stability using heuristic logic. It generates a styled chemical analysis report served via Node.js.
This is not a hosted web application. It is a terminal-based Epoxy program that runs locally and spins up a lightweight Node.js HTTP server purely to render the generated analysis sheet in the browser.
=) and triple (#) bond detectionFirst, clone the Cheminformatic repository:
Navigate into the project directory:
Then install the Epoxy runtime globally:
After installation, run the Epoxy program:
The program will execute in the terminal and start a lightweight local server.
Note: This is a terminal-based Epoxy application. The browser is only used to display the generated analysis report served by the local Node.js server. It is not a deployable web application.