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

https://github.com/andreacfromtheapp/random-word-api

A simple API to use with my Speak and Spell toy project. WIP. Come back soon.
https://github.com/andreacfromtheapp/random-word-api

axum rest-api restful-api rust rust-lang

Last synced: 11 months ago
JSON representation

A simple API to use with my Speak and Spell toy project. WIP. Come back soon.

Awesome Lists containing this project

README

          

# Random Word API

This is my first Rust API with Axum. The proverbial itch to learn API design and
development with Axum.

Its main purpose, besides learning, is to be a simple API to eventually use with
my [Speak and Spell](https://github.com/andreacfromtheapp/elm_speakandspell) toy
project.

## Home

## Acknowledgments

Inspired by (not going to be as
featureful nor publicly usable)

The initial code is based on
[Code Like a Pro in Rust](https://www.manning.com/books/code-like-a-pro-in-rust)
(which I own and have used to learn).