From 5dfff269d5c826ba65a86af8be0201c9af25135f Mon Sep 17 00:00:00 2001 From: Bill Robbins <27835+wrobbins@users.noreply.github.com> Date: Sat, 27 Jun 2020 20:40:44 -0500 Subject: [PATCH] Add Stonks https://github.com/ericm/stonks --- README.md | 1 + structured.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index baa8d3a..92d8ce7 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl moneroj.org` — get Monero exchange rate * `curl cmc.rjldev.com` — get coinmarketcap top 100 cryptocurrencies * `telnet ticker.bitcointicker.co 10080` — get BTC/USD exchange rate +* `curl stonks.icu/amd/msft` get stock visualizer and tracker ## Documentation diff --git a/structured.yaml b/structured.yaml index f348fbd..bd0c2cf 100644 --- a/structured.yaml +++ b/structured.yaml @@ -98,6 +98,8 @@ by_category: tags: [curl] moneroj.org: tags: [curl] + stonks.icu: + tags: [curl] - documentation: cheat.sh: tags: [curl]