This project is no longer maintained
This service acts as a proxy for los.direct.gov.uk. It lets you look up the jobcentre responsible for a given postcode.
##install
- Create a virtual environment:
virtualenv .
- Install requirements:
pip install -r requirements.txt
- run tests:
python tests.py
- Run the app
python app.py