/meteor-demo-data-in-mongodb

Scrape 5000 lines of HTML and add to mongdb with Meteor JS

Primary LanguageJavaScript

Scrape large HTML table and insert into Mongodb with Meteor JS

Video tutorial on youtube http://youtu.be/liRbR2Q9GJ0

Quick start

git clone https://github.com/DeBraid/meteor-tutorial-http-and-session-vars myDemoApp or use ssh: git clone git@github.com:DeBraid/meteor-tutorial-http-and-session-vars.git go into the new app folder cd myDemoApp

start the app: meteor

Then find if (Meteor.isServer) in server.js and uncomment that code, customize the URL you want to scrape.

PART 1: http://youtu.be/QA0_0SPd3P8 PART 2: (this) Get the data into MongoDB: http://youtu.be/liRbR2Q9GJ0