⌘ / Alt + ←→ to navigate chapters
A CLI tool that makes HTTP GET requests to a public REST API, parses the JSON response, and prints useful data. Using reqwest and serde_json to learn about network requests, parsing JSON, and working with external APIs.