A compilation of the most economical colleges in USA.
Deployment Link: https://most-profitable-colleges.vercel.app/
- Clone the repository.
- Run
make start
- Visit: localhost:3000
- Develop a script to retrieve university data from the Data USA API.
- Calculate profitability scores for universities based on average salary and tuition fees.
- Create a sorted list of universities based on profitability scores.
- Present the results in an organized and user-friendly format.
Name | Endpoint |
---|---|
Average wage for every CIP2 | https://xenotime.datausa.io/api/data?drilldowns=CIP2&measures=Average%20Wage&Workforce%20Status=true |
Major completions for every CIP2 in every University | https://xenotime.datausa.io/api/data?drilldowns=CIP2,University&measures=Completions&Degree=3 |
State Tuition Fees for every University | https://xenotime.datausa.io/api/data?drilldowns=University&measures=State%20Tuition |
Where,
D = Degree
Where,