Shows the current price of Gold and Silver. curl is requried. Love this extension? give me a star on github. This extension uses https://www.google.com/finance
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Rejected |
1. Please use a less generic name for the default class you are exporting (line 70 `extension.js`). 2. Please add to the description that this extension is using Google services. 3. You should use `Soup` instead of spawn command (line 102, 106 `extension.js`). 4. Also null out in disable: ```js this._silverButton = null; this._goldButton = null; ```
1. Fixed, 2. Fixed, 3. Not possible, im use grep and tr apps from CLI, i can use reg exp but currently is more elastic, 4. Fixed,