A history of web design using the Wayback Machine and d3.
In order to run this, you'll need MongoDB and d3.
- Run
mongod
from within the directory. - While mongo is running, use another shell window to run
main.py
from within the directory.- NOTE: The current dataset takes at least half an hour to run.
- To customize what websites you'd like to see, edit
websites.py
. - To change the timeframe, edit the
start_date
indatabaseMethods.py
.
main.py
will export the mongo data to CSV.
After this, you'll be good to go. Have fun!