newton
A really micro micro-service for advanced math.
Send this:
https://newton.now.sh/factor/x^2-1
Get this:
{
"operation":"factor",
"expression":"x^2 - 1",
"result":"(x - 1) (x + 1)"
}