globalavocado / meteor-scrape

Rightmove API scrape & search with meteor.js/MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor Scrape

objectives

The ultimate goal is to scrape data from a property website into MongoDB, which will let the user perform a search by outcode area (first part of the postcode). Everytime a new scrape is made, the app will check for any new data and add only this to the database.

TDD with:

to start Meteor (and MongoDB):

  ... $ meteor run

to start Meteor without the test runnner:

  ... $ VELOCITY=0 meteor run

About

Rightmove API scrape & search with meteor.js/MongoDB


Languages

Language:JavaScript 81.9%Language:HTML 15.6%Language:CSS 2.5%