Using the College Scorecard API provided by the department of education, please create a page that includes:
- A search box for college names
- Use Google Maps to display the location of each college returned
https://collegescorecard.ed.gov/data/documentation/
https://github.com/RTICWDT/open-data-maker/blob/master/API.md
git clone git@github.com:gramos/college-search.git
cd college-search
bundle install
You will need 2 api_key, your google api key and the collegescorecard api key, you have to set 2 env vars to do that:
export GMAPS_API_KEY=your-key-here
export COLLEGE_API_KEY=your-key-here
rails s