FrancescoSTL / Site-Sonar

A browser extension which silently crowd-sources ad performance as you browse. Let's put an end to bad ads.
http://site-sonar.com
Mozilla Public License 2.0
9 stars 2 forks source link

Issue #4 - Log Results to DB #9

Closed FrancescoSTL closed 8 years ago

FrancescoSTL commented 8 years ago

We are now pseudo-logging results by simply printing the assetLoadTimes Map every 5 minutes. Once infrastructure is set up on the server side, we can hash the data and connect the db.

FrancescoSTL commented 8 years ago

We are now successfully able to log results every 5 minutes, connect to our remote RESTful API hosted on heroku, and send/receive arbitrary messages between the API and client.

Next step is to parse the data so we can send it to the server as a string.

FrancescoSTL commented 8 years ago

Data is now being parsed as a JSON string which can be received and placed into our DB :). Looks like this web extension is done!

Boom 💃