An open API service indexing awesome lists of open source software.

https://github.com/paulwritescode/number-classification-api

This is a simple REST API written in Go using the Gorilla Mux router. The API allows users to classify numbers based on various properties such as being an Armstrong number, even/odd, prime, or perfect. It also integrates CORS middleware to handle cross-origin requests.
https://github.com/paulwritescode/number-classification-api

cors golang gorilla-mux middleware nethttp

Last synced: about 1 year ago
JSON representation

This is a simple REST API written in Go using the Gorilla Mux router. The API allows users to classify numbers based on various properties such as being an Armstrong number, even/odd, prime, or perfect. It also integrates CORS middleware to handle cross-origin requests.

Awesome Lists containing this project