WalkingPad Remote
Pure javascript remake of Asteroids running in web browser
Around the covid era I bought a Xiaomi WalkingPad C1 and used to walk a lot during online courses. The remote is nicely designed, but why should I use a dedicated device when I can simply load up a web application on a PC or a mobile to use it as a remote control?
That’s how I came up with the idea of building a web app to interact with my WalkingPad. If you are interested, you can find the source code for this project on GitHub at WalkingPad Remote.
Technologies used
The user interface is made with the VueJS framework and uses the OnsenUI components library. I’ve also set up a linter with ESLint following the Airbnb JavaScript style guide.
Communication between the application and the WalkingPad is done using Web Bluetooth API.