Acts as an interface between GOV.UK's frontend applications and external APIs involved in location based services (e.g. postcode lookups).
This is a Ruby on Rails app, and should follow our Rails app conventions.
To run all tests and linters:
bundle exec rake
To run all tests:
bundle exec rake test
To run a single rspec file:
bundle exec rspec spec/my_spec.rb
To run all linters:
bundle exec rake lint