tinker-exchange 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -0
- package/dist/assets/app-BhfEXbXM.js +168 -0
- package/dist/assets/app-Dn_7QOsT.css +1 -0
- package/dist/index.html +12 -0
- package/icon.png +0 -0
- package/package.json +35 -0
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# tinker-exchange
|
|
2
|
+
|
|
3
|
+
A currency exchange rate calculator plugin for [TINKER](https://github.com/liriliri/tinker), supporting 150+ currencies with real-time rates.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
- **150+ Currencies** with real-time exchange rates
|
|
10
|
+
- **Search** currencies by code or name
|
|
11
|
+
- **Custom currency list** to track your frequently used currencies
|
|
12
|
+
- **Dark Mode** support
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
Download and install TINKER from `https://tinker.liriliri.io/`, then run `npm i -g tinker-exchange`.
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
1. Enter an amount and select a base currency
|
|
21
|
+
2. View converted amounts for all currencies in your list
|
|
22
|
+
3. Add or remove currencies using the search dialog
|