diff --git a/README.md b/README.md
index 2adbfbc74e2..530774be669 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
@@ -323,46 +323,56 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
+ đĒ Crypto by @dajneem23
+ Render example
+
+
+
+ |
đĨ Fortune by @lowlighter
Render example
|
+
+
đ Nightscout by @legoandmars
Render example
|
-
-
đŠ PoopMap plugin by @matievisthekat
Render example
|
+
+
đ¸ Website screenshot by @lowlighter
Render example
|
-
-
đĻ Splatoon by @lowlighter
Render example
|
+
+
đš Stock prices by @lowlighter
Render example
|
+
+ |
@@ -527,6 +537,7 @@ Plugins provide additional content and lets you customize rendered metrics.
* **[Community plugins](/source/plugins/community/README.md)**
* [đ§ 16personalities `16personalities`](/source/plugins/community/16personalities/README.md) by [@lowlighter](https://github.com/lowlighter)
* [âī¸ Chess `chess`](/source/plugins/community/chess/README.md) by [@lowlighter](https://github.com/lowlighter)
+ * [đĒ Crypto `crypto`](/source/plugins/community/crypto/README.md) by [@dajneem23](https://github.com/dajneem23)
* [đĨ Fortune `fortune`](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
* [đ Nightscout `nightscout`](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
* [đŠ PoopMap plugin `poopmap`](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
diff --git a/action.yml b/action.yml
index ba2ab546ff5..a1c037d003f 100644
--- a/action.yml
+++ b/action.yml
@@ -1322,6 +1322,29 @@ inputs:
description: Animation settings
default:
+ # ====================================================================================
+ # đĒ Crypto
+
+ plugin_crypto:
+ description: Enable crypto plugin
+ default:
+
+ plugin_crypto_id:
+ description: Crypto id
+ default:
+
+ plugin_crypto_vs_currency:
+ description: The target currency of market data (usd, eur, jpy, etc.)
+ default:
+
+ plugin_crypto_days:
+ description: Data up to number of days ago (eg. 1,14,30,max)
+ default:
+
+ plugin_crypto_precision:
+ description: The number of decimal places to use
+ default:
+
# ====================================================================================
# đĨ Fortune
diff --git a/settings.example.json b/settings.example.json
index c329ef1444e..07743c3fa42 100644
--- a/settings.example.json
+++ b/settings.example.json
@@ -191,6 +191,9 @@
"token": "Chess platform token",
"enabled": false, "//": "Enable chess plugin"
},
+ "crypto":{
+ "enabled": false, "//": "Enable crypto plugin"
+ },
"fortune":{
"enabled": false, "//": "Enable fortune plugin"
},
diff --git a/source/plugins/README.md b/source/plugins/README.md
index 149282f912c..31a4c96a240 100644
--- a/source/plugins/README.md
+++ b/source/plugins/README.md
@@ -52,6 +52,7 @@ Plugins provide additional content and lets you customize rendered metrics.
* **[Community plugins](/source/plugins/community/README.md)**
* [đ§ 16personalities `16personalities`](/source/plugins/community/16personalities/README.md) by [@lowlighter](https://github.com/lowlighter)
* [âī¸ Chess `chess`](/source/plugins/community/chess/README.md) by [@lowlighter](https://github.com/lowlighter)
+ * [đĒ Crypto `crypto`](/source/plugins/community/crypto/README.md) by [@dajneem23](https://github.com/dajneem23)
* [đĨ Fortune `fortune`](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
* [đ Nightscout `nightscout`](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
* [đŠ PoopMap plugin `poopmap`](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
diff --git a/source/plugins/community/README.md b/source/plugins/community/README.md
index 8c64563e959..7d6a0832bba 100644
--- a/source/plugins/community/README.md
+++ b/source/plugins/community/README.md
@@ -16,44 +16,54 @@
|
+ đĒ Crypto by @dajneem23 |
đĨ Fortune by @lowlighter |
- đ Nightscout by @legoandmars |
-
+
|
-
+
|
+ đ Nightscout by @legoandmars |
đŠ PoopMap plugin by @matievisthekat |
- đ¸ Website screenshot by @lowlighter |
-
+
|
-
+
|
+ đ¸ Website screenshot by @lowlighter |
đĻ Splatoon by @lowlighter |
- đš Stock prices by @lowlighter |
+
+
+
+ |
|
+
+ đš Stock prices by @lowlighter |
+ |
+
+
|
+![]() |
diff --git a/source/plugins/community/crypto/README.md b/source/plugins/community/crypto/README.md
index 948a99c5a29..393c04ac8aa 100644
--- a/source/plugins/community/crypto/README.md
+++ b/source/plugins/community/crypto/README.md
@@ -83,7 +83,6 @@
-
```yaml
name: Crypto Metrics
uses: lowlighter/metrics@latest
@@ -96,5 +95,6 @@ with:
plugin_crypto_vs_currency: usd
plugin_crypto_days: 1
plugin_crypto_precision: 2
+
```
diff --git a/source/plugins/community/crypto/examples.yml b/source/plugins/community/crypto/examples.yml
index 50a861758e0..a227d3aa0c8 100644
--- a/source/plugins/community/crypto/examples.yml
+++ b/source/plugins/community/crypto/examples.yml
@@ -11,3 +11,5 @@
plugin_crypto_precision: 2
prod:
skip: true
+ test:
+ skip: true
\ No newline at end of file
diff --git a/source/templates/classic/README.md b/source/templates/classic/README.md
index c91562c847e..ba74a3c9b81 100644
--- a/source/templates/classic/README.md
+++ b/source/templates/classic/README.md
@@ -7,7 +7,7 @@ This is also the default template.
Supported features â Full specification |
- đ đ° đ¸ đ â đ§ âī¸ đĨ đ đŠ đ¸ đĻ đš đŦ đī¸ đĢ đĄ đ đ
đˇī¸ đŗī¸ đ¨âđģ đŧ đŠ âąī¸ đ§âđ¤âđ§ âī¸ đī¸ đ đ đŧ đ đ đ đ¨ī¸ ⨠đĢ đ đšī¸ đ đ 𧎠đ¤ â° |
+ đ đ° đ¸ đ â đ§ âī¸ đĒ đĨ đ đŠ đ¸ đĻ đš đŦ đī¸ đĢ đĄ đ đ
đˇī¸ đŗī¸ đ¨âđģ đŧ đŠ âąī¸ đ§âđ¤âđ§ âī¸ đī¸ đ đ đŧ đ đ đ đ¨ī¸ ⨠đĢ đ đšī¸ đ đ 𧎠đ¤ â° |
đ¤ Users đĨ Organizations |
diff --git a/source/templates/repository/README.md b/source/templates/repository/README.md
index c6c86d8639c..508642c7f64 100644
--- a/source/templates/repository/README.md
+++ b/source/templates/repository/README.md
@@ -6,7 +6,7 @@
Supported features â Full specification |
- đ° đ¸ đš đ
đī¸ đ đˇī¸ đ đ¨âđģ âąī¸ đ§âđ¤âđ§ âī¸ đī¸ đŧ đ ⨠𧎠|
+ đ° đĒ đ¸ đš đ
đī¸ đ đˇī¸ đ đ¨âđģ âąī¸ đ§âđ¤âđ§ âī¸ đī¸ đŧ đ ⨠𧎠|
đ Repositories |
diff --git a/tests/cases/crypto.plugin.yml b/tests/cases/crypto.plugin.yml
new file mode 100644
index 00000000000..fe51488c706
--- /dev/null
+++ b/tests/cases/crypto.plugin.yml
@@ -0,0 +1 @@
+[]