hyper-tuner-cloud/README.md

34 lines
1.9 KiB
Markdown
Raw Normal View History

2021-03-22 14:29:03 -07:00
# SpeedyTuner Cloud
2021-09-26 09:11:55 -07:00
![master](https://github.com/speedy-tuner/speedy-tuner-cloud/actions/workflows/lint.js.yml/badge.svg?branch=master)
2021-11-27 02:19:32 -08:00
[![CodeQL](https://github.com/speedy-tuner/speedy-tuner-cloud/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/speedy-tuner/speedy-tuner-cloud/actions/workflows/codeql-analysis.yml)
2021-08-20 01:41:02 -07:00
[![Maintainability](https://api.codeclimate.com/v1/badges/d810354c0bca64ec9316/maintainability)](https://codeclimate.com/github/speedy-tuner/speedy-tuner-cloud/maintainability)
2021-08-20 01:47:08 -07:00
![License](https://img.shields.io/github/license/speedy-tuner/speedy-tuner-cloud)
2021-11-27 02:32:20 -08:00
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fspeedy-tuner%2Fspeedy-tuner-cloud.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fspeedy-tuner%2Fspeedy-tuner-cloud?ref=badge_shield)
2021-03-23 09:23:33 -07:00
2021-08-15 04:57:37 -07:00
Share your [Speeduino](https://speeduino.com/) tune and logs.
2021-03-22 14:29:03 -07:00
2021-03-22 15:12:53 -07:00
## [https://speedytuner.cloud](https://speedytuner.cloud)
2022-01-29 09:53:56 -08:00
![Screenshot VE Table](https://speedytuner.cloud/img/screen1.png)
![Screenshot Logs](https://speedytuner.cloud/img/screen2.png)
2021-03-23 02:10:21 -07:00
2021-08-15 04:57:37 -07:00
## ECU firmware
- Documentation: [wiki.speeduino.com](https://wiki.speeduino.com/)
- Source code: [noisymime/speeduino](https://github.com/noisymime/speeduino)
## Contributing 🤝
There are many ways in which you can participate in the project and every bit of help is greatly appreciated.
2022-01-09 14:33:38 -08:00
- 👋 Say Hi and start a conversation over at [Discussions](https://github.com/speedy-tuner/speedy-tuner-cloud/discussions)
- 🐞 [Submit bugs and feature requests](https://github.com/speedy-tuner/speedy-tuner-cloud/issues)
2021-08-15 04:57:37 -07:00
- 🧪 Test on different platforms, hardware and Speeduino firmware
- 👓 Review source code
- ⌨️ Write tests and refactor code according to best practices
2021-03-22 14:29:03 -07:00
## Development
Before you begin please see [Development guide](https://github.com/speedy-tuner/speedy-tuner-cloud/blob/master/DEVELOPMENT.md).