In undergrad, I remember computing the group law of the nodal cubic $y^2= x^3 + x^2$ using a particularly slick parametrization. The usual parametrization of the nodal cubic is $(t^2-1, t^3-t)$, and if you use this parametrization, and solve for the relationship between three collinear points on the cubic, you end up getting that if $(t^2-1, t^3 -t)$, $(s^2-1, s^3 -s)$, and $(u^2-1, u^3 -u)$, are collinear, then $$u = - \frac{1+st}{(s+t)}.$$
This is done by simply writing down the slope of the line going through the three points in two different ways, and then factoring out the degenerate cases $s = t$, $s=u$ and $t=u$.
Unfortunately, from this parametrization and solution makes it hard to see what the group law on the nodal cubic actually is. There is the pesky denominator and plus one term lurking around. I'm totally blanking on the right strategy for reparametrizing to make the equation nicer.
(Bonus points if you can help me do the same with the cuspidal cubic $y^2 = x^3$. The parametrization $(t^2, t^3)$ gives the formula for a trio of collinear points $(t^2, t^3), (s^2, s^3),$ and $$\left(\frac{(st)^2}{(s+t)^2}, -\frac{(st)^3}{(s+t)^3}\right) $$ which is, again, less than ideal.)