PezeM / mathtrainer-bot

Command line application to solve https://www.mathtrainer.org/ equations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mathtrainer-bot

Getting Started

Command line application to solve https://www.mathtrainer.org/ equations;

Clone repository

To clone the repository use the following commands:

git clone https://github.com/PezeM/mathtrainer-bot
cd mathtrainer-bot
npm install

Available Scripts

  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests

License

Licensed under the APLv2. See the LICENSE file for details.

About

Command line application to solve https://www.mathtrainer.org/ equations

License:Apache License 2.0


Languages

Language:TypeScript 94.7%Language:JavaScript 5.3%