Giter VIP home page Giter VIP logo

purdueapi's Introduction

Purdue.io

An open API for Purdue University's course catalog and scheduling system.

Purdue.io is an open source senior design project by Purdue Computer Science students. The goal of this project is to make Purdue's course catalog easily accessible to any developer, and by doing so, providing a better course registration / browsing experience for Purdue students.

###This project contains the Purdue.io API only. Front-end applications can be found in other repositories.

How do I use it?

Purdue.io allows you to construct OData queries that you can run via RESTful HTTP calls to query for course catalog information. For example, this URL

http://api.purdue.io/odata/Courses?$filter=contains(Title, 'Algebra')

will return this:

{
	"@odata.context":"http://api-dev.purdue.io/odata/$metadata#Courses","value":[
	{
	"CourseId":"0c3ace0d-8317-466e-aad8-0e47a027a8a3","Number":"15300","Title":"Algebra And Trigonometry I","CreditHours":3.0,"Description":"Supplemental Instruction (SI) study sessions are available for students in this course. Evening Exams Required."
	},{
	"CourseId":"69bb933f-95bb-4cf4-9b72-2b9c9f0d296f","Number":"15400","Title":"Algebra And Trigonometry II","CreditHours":3.0,"Description":"Evening Exams Required."
	},{
	"CourseId":"5fdfd551-ac9a-485b-991b-3e60bb0b0fae","Number":"26200","Title":"Linear Algebra And Differential Equations","CreditHours":4.0,"Description":""
	},{
	"CourseId":"e5111623-39a0-4c1a-9553-432493e3f3c4","Number":"45300","Title":"Elements Of Algebra I","CreditHours":3.0,"Description":""
	}, ...

What kind of queries can I run?

Check out the wiki! You can run the sample queries there through the query tester at http://api.purdue.io/.

##Pull Requests Pull requests will be accepted / merged on the dev branch only.

##Build Status

master https://api.purdue.io/ Build Status
dev https://api-dev.purdue.io/ Build Status

#Contributing See the contributing wiki page!

purdueapi's People

Contributors

haydenmc avatar zadessc avatar jpbowman avatar

Watchers

James Cloos avatar Jiho Choi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.