OneDimensionalNodes is a collection of routines that provide arrays to integrate, interpolate, and differentiate nodal polynomials.
The quadrature code is modified from https://github.com/billmclean/GaussQuadrature.jl and the barycentric interpolation / derivative functions are modified from ones by Jeremy Kozdon.