Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.21k stars 129 forks source link

Added a Stock widget #260

Closed ZhongXiLu closed 2 years ago

ZhongXiLu commented 2 years ago

Hi πŸ‘‹ ,

So I added a "Stock" widget that uses Yahoo's Finance API to retrieve the market price and changes for certain symbols. I saw that there is already a Crypto widget (I also based my implementation on this), but this is limited to only crypto currencies, so I created one myself. You do have to provide the widget with an API key though, but this can be done fairly easily (and for free).

Feel free to leave some feedback if something needs to be changed. πŸ‘

Screenshots

Jean-Tinland commented 2 years ago

Hi,

This is nice! Thank you for your work, I'm merging this into master soon!

From what I saw I think I can merge it without touching it since your code is really clean. :)