An open API service indexing awesome lists of open source software.

https://github.com/makevoid/esk8-calc

Electric Skateboard Calculator Tool
https://github.com/makevoid/esk8-calc

Last synced: 10 months ago
JSON representation

Electric Skateboard Calculator Tool

Awesome Lists containing this project

README

          

# esk8c

Calculator for helping you choose the right component for your DIY Electric Skateboard build.

Input your System settings (Motor KV, Battery voltage, Gearings and Wheel diameter) and get out RPM and maximum Top Speed.

The original code was taken from @toddy616 's blog: http://toddy616.blogspot.co.uk/2013/07/electric-skateboard-calculator.html

Enjoy!

---

### Prerequisites

Ruby 1.9+ installed

### Setup and start

```sh
$ gem i bundler

$ bundle install
$ bundle exec inesita server
```

Go to [http://localhost:9292/](http://localhost:9292/)

---