Skip to content

Node server to parse and validate chemistry and nuclear equations

Notifications You must be signed in to change notification settings

isaacphysics/chemistry-checker-js

Repository files navigation

Chemistry Checker JS

Updated javascript version of the old chemistry checker.

Running the server

Use yarn dev or yarn start to run the server locally on the port defined in .env.

The chemistry checker is available on /chemistry and the nuclear checker is available on /nuclear. Both have a parser on ./parse and a checker on ./check.

Docker deployment

  1. Ensure that Docker is installed
  2. To build, run:
docker build -t ghcr.io/isaacphysics/chemistry-checker-js:latest --pull .
  1. To deploy to the GitHub Container Registry, run:
docker push ghcr.io/isaacphysics/chemistry-checker-js:latest

About

Node server to parse and validate chemistry and nuclear equations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages