This project is a REST API built with Axum, a web framework for Rust based on Tokio and Tower. It provides a simple example of how to create a RESTful service using Axum, including routing, handling JSON requests, managing state, middleware, and more.
This REST API allows users to retrieve the color associated with a programming language. It provides endpoints for fetching the color of a specific programming language, as well as a general endpoint for usage instructions.
To retrieve the color for a programming language, make a GET request to /language, where language is the name of the programming language. For example:
curl https://github-language-color.shuttleapp.rs/rust