Hacker News new | ask | show | jobs
by troncheadle 4044 days ago
I've been working on a node server that lives on my Raspberry Pi. The server reads the temperature of my fishtank on a timer and adds it to a database. The server also hosts a webpage I can access when I'm on my wifi network that uses Google Charts to graph the data and displays some information about the kinds of fish in my tank.

Not nearly as complicated as a lot of the stuff here, but it's my first real solo programming project and I can't stop thinking about little ways to improve it!

1 comments

Very cool. The best projects aren't the ones that are ultra-complex, but the ones that generally interest those who make it. Keep it up!