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

theangryangel/abode.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abode.me

A very quickly hacked together tool to fetch and loads data from the Zoopla API, for (offline) consumption, and combines (badly) with the ofcom broadband report.

Running

  1. Get an API key from Zoopla
  2. Create a config.json
{
	"area": "CITY", "radius": 40, "minimum_beds": 2, "maximum_beds": 3,
	"keywords": [ "garage" ],
	"maximum_price": MIN_PRICE, "minimum_price": MAX_PRICE, "listing_status": "sale",
	"property_type": "houses", "api_key": "YOUR_API_KEY"
}
  1. Run make depend to get the ofcom data and install dependencies
  2. Run make fetch to get the most recent data from Zoopla
  3. Run make run and browse to http://localhost:3000 with a reasonably modern browser

Issues

  • It's shit
  • It's noddy
  • I don't care

TODO

  • Make it less shit

About

Noddy Zoopla+OFCOM broadband report search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published