stumash / CoursePlanner

http://conucourseplanner.online
MIT License
5 stars 3 forks source link

Validate course info scrape 76 #92

Closed stumash closed 7 years ago

stumash commented 7 years ago

storer.js takes the json result of course-info scraping and stores it in the mongodb. Now storer.js also runs the json through a validator before storage.

The validation step will not work with data scraped by versions of the coure-info scraper before the version in PR #91. So, I believe that PR should be merged before this one.

resolves #76