Aardvark is a user friendly college debt analysis tool
##screenshots
See screenshots folder in repository
The technologies that made this project possible are
firebase CollegeScorecard API Inflation API trillo (not used)
How Aardvark came together
VS Code/Sumblime Text Bootstrap Jquery awesomplete
(Grabbing the college and major you chose from local storage)
(Reaches into your firebase database to grab the pertaining information)
$.ajax({
url: "https://aardvark-college-debt.firebaseio.com/income-by-major/" + localStorage.getItem("major") + "/static-median-income/year1.json",
method: "GET"
}).done(function(response) {
var initialIncome = response;
var apiUrl = 'https://www.statbureau.org/calculate-inflation-price-jsonp?jsoncallback=?';
Samantha Scapps Brian Manchester Zachary Bartlett
none