Checks your transactions to see how much you waste on London transport (Have you considered buying a bicycle from Amazon?)
Laravel 5, React, Docker
To learn the Monzo/Starling APIs.
git clone git@github.com:ElliottLandsborough/tfl-charge-scanner.git
cd tfl-charge-scanner
composer install
cp .env.example .env
php artisan key:generate
[add monzo api keys to .env file along with any other changes]
php artisan serve --port=5678
To compile and watch dev assets:
npm install
npm run watch
Or to compile production assets:
npm run prod
docker-compose up -d
- mobile layout
- local storage?