From 63f96a296a2f6e1c96dc8dde12e8fcb12ec9789b Mon Sep 17 00:00:00 2001 From: Francesc Leveque Date: Wed, 3 Jun 2026 18:16:44 +0200 Subject: [PATCH] chore(readme): add CI / Hex version / HexDocs badges Standard hex-package badges so the repo + hex.pm page show build status, current published version, and a link to docs at a glance. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fe1456..2852d86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # YahooFinanceEx +[![CI](https://github.com/fleveque/yahoo_finance_ex/actions/workflows/ci.yml/badge.svg)](https://github.com/fleveque/yahoo_finance_ex/actions/workflows/ci.yml) +[![Hex.pm](https://img.shields.io/hexpm/v/yahoo_finance_ex.svg)](https://hex.pm/packages/yahoo_finance_ex) +[![HexDocs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/yahoo_finance_ex) + Elixir client for the Yahoo! Finance API. Handles Yahoo's cookie + CSRF crumb authentication transparently. > ⚠️ **Yahoo's API is unofficial and undocumented.** Endpoints, auth requirements, and response shapes can change without notice. This library tracks the patterns that worked at the time of writing; expect occasional breakage.