danielrobertson / xkcd-data

The Node.js application powering relevant-xkcd React.js UI where users can search for relevant Xkcd comics
0 stars 0 forks source link

Implement routine extract, transform, and load of Xkcd data #7

Open danielrobertson opened 8 years ago

danielrobertson commented 8 years ago

Implement code that can be run by a daily cron job which scrapes new data, storing it in the database.

danielrobertson commented 8 years ago

This needs to include both the Xkcd original data and ExplainXkcd data because search accuracy is very poor with only Xkcd original data.