-
Looks like Yahoo! Finanace:
https://github.com/achannarasappa/ticker/blob/8722bc93eed178...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Looks pretty clean.
My advice if you want a fun feature to build is to add sparklines for tiny graphs. for example maybe z/x/c/v switch between last hour/day/month/year charts.
Check out https://github.com/holman/spark for how to do that with simple character glyphs.
⟦⟧
-
This seems very nice and I'll definitely give it a shot. If you're looking for something more simple, try ticker.sh[1].
[1] https://github.com/pstadler/ticker.sh
-
I made something similar for cryptocurrencies a while back https://github.com/uberswe/golang-cryptotracker
-
ExtPay
The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.
> How does this compare to using Stripe out of the box?
Basically you don't need to run your own server / database / custom Stripe integration code / user management system / custom extension integration, which is annoying to write yourself and costs money to run a server. With ExtensionPay you just add a little code in your extension [open source here](https://github.com/Glench/ExtPay) and register your extension in the web UI. I made it for use in my own extensions :)