WIP 0956a0da
Steve · 2024-08-25 22:24 1 file(s) · +6 −1
README.md +6 −1
1 1
# Pi Widget
2 2
3 -
![image](https://dweb.mypinata.cloud/ipfs/QmXL9vahr78uxmRQ4LNEFB7k2rQRP8wgYg4jcvZgdVfBPz?img-format=webp)
3 +
<div style={{
4 +
    maxWidth: "250px"
5 +
}}>
6 +
    <img src="https://dweb.mypinata.cloud/ipfs/QmXL9vahr78uxmRQ4LNEFB7k2rQRP8wgYg4jcvZgdVfBPz?img-format=webp" alt="cover-image" />
7 +
</div>
8 +
![image]()
4 9
5 10
This little Golang server can be used as a starting point to display your Raspberry Pi stats or any other information you want to display. For my case it also shares information about my [IPFS](https://ipfs.io) node.
6 11