librehat / yapstocks

Yet Another Plasma Stocks Applet
GNU General Public License v3.0
23 stars 7 forks source link

include yahoo-finance2 #24

Open EmanueleCannizzaro opened 6 months ago

EmanueleCannizzaro commented 6 months ago

replace yahoo-finance api call with package node-yahoo-finance2

librehat commented 6 months ago

You need to roll it up and produce a module file that's usable in QML environment which is different from NodeJS and browsers. It's a tricky task and might not even work in QML (then we'd need to build either data engines, or C++ plugins)