Just wanted to keep track of values, and tried lots of sites but they all wanted so much info etc.
so I just made my own. Crypto portfolio . Every click fetches live price from Coinmarketcap APIs.
I’ll add more alts if you want. code is open source so feel free to read it to see how to extend it. Might port to SAFE one day if APIs would work? thoughts?
Cool! It should have all Safe related coins at least I think? Like Decorum etc.? And the possibility to create an account with your own dashboard where one can store his/her own numbers of coins for future reference?
Safe FS price is 13000 satoshis on bitsquare. It’s the last months old trade there.
I don’t think it’s accurate to report that as the price, as there were very few sales at that price, and now there are zero orders on bitsquare, so really, there currently is no price.
It’s a shame there’s no volume at Bitsquare, but it makes sense once you try to use it!
However I never deployed it anywhere, because I don’t know how to. Only exists locally.
I have 2 Docker containers (meteor + mongodb), that I start with docker-compose…
If anybody can tell me how to deploy this anywhere cheaply I will do share this
Me too. Easy to use, nice graphics. I’m really looking for such tool since I’m one of the 5 people on earth with a Windows phone, and can’t use Blockfolio.
Glad you like it.
Unfortunately, I’ll have to take it offline now…
I will try to find a solution to make it available long term.
If anybody has already deployed docker containers on AWS, some help would be appreciated.
Its a meteorjs app.
Meteor is based on nidejs with websockets and mongodb.
Furthermore I dockerized the app because I hope deploying a docker aop was easier than a meteor app.
Not sure this can be hosted on github.
If so i’ll upload it and share the code
Also now it has the option for you to download as several filetypes (I prefer simple JSON) so you can have records of your values / holdings over time.
I appear to be late to the party, but I’ve also been creating something similar! My spreadsheet was getting a bit cumbersome, so I made a web app in Javascript (this is my first time using Javascript too. It’s been… An interesting experience… )
It’s not live anywhere, nor on github, because the base functionality isn’t quite there yet.