Skip to content

v1.0.0 - Initial Release: Simple Bad Word Checker API

Compare
Choose a tag to compare
@arnonsang arnonsang released this 22 Jun 03:58
· 20 commits to main since this release

This is the initial release of the Simple Bad Word Checker API.

Key Features:

  • Retrieve a list of predefined bad words via API
  • Check if a specific word is considered inappropriate
  • Web interface for easy testing and usage
  • Dockerized for simple deployment and scaling

Technical Highlights:

  • Built with Go and Echo framework
  • Docker and Docker Compose support
  • Makefile for easy management commands

Todo:

  • Migrate static word set to store in database
  • Support more languages

This release provides a solid foundation for integrating bad word checking functionality into various applications. It's designed to be simple, lightweight, easy to use, and simple to deploy.

Future updates will focus on expanding the word list, improving performance, and adding more features based on user feedback.

We welcome contributions and suggestions for improvement!