git ssb

1+

cel / pngspark



Commit 4e33163d8f5c38920230f14d87786a8f3d18a351

Use SSB blobs for images in readme

cel committed on 9/27/2018, 5:33:54 AM
Parent: 092c9b20dfb40995fb576398f912026b73f0a058

Files changed

README.mdchanged
README.mdView
@@ -1,8 +1,8 @@
11 # pngspark
22 ### [Sparklines](https://github.com/holman/spark) as PNGs
33
4-![histogram](https://cloud.githubusercontent.com/assets/95347/6131872/f78ab708-b11c-11e4-9ae2-fd6cd0ec2b76.png)
4 +![histogram](&z3jx1mzk/7logQCGGwAOnkXQAOIbZE6DjCtpajnvaMI=.sha256)
55
66 Uses [LuPng](https://github.com/jansol/LuPng).
77
88 ## Install
@@ -27,15 +27,15 @@
2727 Display BTC ticker data
2828 ```sh
2929 curl -s https://api.bitcoinaverage.com/history/USD/per_minute_24h_sliding_window.csv | sed 1d | cut -d, -f2 | ./pngspark -o btc.png -s 0.995 -h 80 -c 0066cc
3030 ```
31-![btc](https://cloud.githubusercontent.com/assets/95347/6131571/ed7005c2-b11a-11e4-837c-58b07cd5a9c3.png)
31 +![btc](&FNmErjlvEB7Bofvmv2ZYEQPB2k6FzEXT75AU7YB/jV8=.sha256)
3232
3333 Show a sine wave
3434 ```sh
3535 seq 1 720 | awk '{print sin($1/30)}' | ./pngspark -o sine.png -h 30 -c 33c011
3636 ```
37-![sine](https://cloud.githubusercontent.com/assets/95347/6132308/b42da1d4-b11f-11e4-9748-5b61febd9df9.png)
37 +![sine](&vufIV2KsxiiE2KQV7vH20BZvq/aTrNawmBnec5Z1bwo=.sha256)
3838
3939 ## API
4040
4141 Generate pngsparks in your own C programs!

Built with git-ssb-web