GitXplorerGitXplorer
g

college-search

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9b006fff72a0138fde3883850ed16ccfb572e89d

Move net http require to college_api

ggramos committed 7 months ago
Unverified
6913a71535a42e579beff872bc6a708090d27c5f

Update Readme

ggramos committed 7 months ago
Unverified
e62dc080b2cf37e22434ab2534e149fab553e99c

Move college api key an env var

ggramos committed 7 months ago
Unverified
05e165c279576cbb991e6f3989816832b6908950

Add first test for college_api lib

ggramos committed 7 months ago
Unverified
22486ac567104a6fc830b3436bd02288bc4d0c48

Add test when points list is empty

ggramos committed 7 months ago
Unverified
89541347dac9383b8f42305d45053ea6d7f8ee30

Fix test description

ggramos committed 7 months ago

README

The README file for this repository.

College Search

Note: you'll need to get an API key (simple to do) from the services provided below:

Using the College Scorecard API provided by the department of education, please create a page that includes:

  1. A search box for college names
  2. Use Google Maps to display the location of each college returned ​

Reference

https://collegescorecard.ed.gov/data/documentation/

https://github.com/RTICWDT/open-data-maker/blob/master/API.md

Installation

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