I occasionally release bits and pieces of code on GitHub, mostly in #JavaScript or #Golang.
Some time ago I made a little Node module which checks if a string is a palindrome called "palipali".
https://github.com/kevingimbel/palipali
You can also install it with NPM:
$ npm i palipali
or yarn
$ yarn add palipali