Skip to content

ElliottLandsborough/tfl-charge-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFL Charge Scanner

https://londoncommute.uk

Code Style

What?

Checks your transactions to see how much you waste on London transport (Have you considered buying a bicycle from Amazon?)

Laravel 5, React, Docker

Why?

To learn the Monzo/Starling APIs.

How?

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

How with docker?

docker-compose up -d

Todo

  • mobile layout
  • local storage?

About

See how much money you spend on London transport!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published