now8 (no wait) provides improved public transport arrival time estimations using Machine Learning.
This is a Flutter app compatible with Android, IOS, web and more.
The web version is available at https://now8.systems.
You can also download the latest version for Android devices from the releases page.
The documentation of this project is available at https://now8-org.github.io/app/.
- The
Makefilecontains most of the commands that you'll need. Start by runningmake install, which will install the required dependencies to get you started. Then, you can try withmake run. - Make sure that the pre-commit checks pass before
committing. If you ran
make installthey will be executed by default whenever you try to commit. - We also use Commitizen;
instead of running
git commitruncz c.
- Work in branches and open pull requests.
- Document your code.
- Add tests for your code.

