Turn your Raspberry Pi into web dashboard – Part 2

This blog post is a continuation of part–1. Recently I worked on a task to turn the Raspberry Pi into a web dashboard. .I already covered below requirements in my previous post configuring auto login opening browser in kiosk mode configuring vnc server In this post I will cover the following requirements. Auto-hiding the mouse…

How to run JS applications from GitHub repo without installing software

Today I will show you a simple trick which helps you to run JavaScript application from GitHub repo without installing any software and without cloning the repo in your computer. If you want to see any JavaScript based application in action from this blog you have to follow below steps Install NodeJS in your computer….