Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 431 Bytes

jobcentre-api - deprecated

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

  1. Create a virtual environment:
virtualenv .
  1. Install requirements:
pip install -r requirements.txt
  1. run tests:
python tests.py
  1. Run the app
python app.py