Skip to content

austinpray/ut-dallas-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UT Dallas Utils Deploy

A collection of JSON API endpoints for UT Dallas.

Dependency Status

Public API

base: http://ut-dallas-utils.herokuapp.com

GET /is_student/:name

Checks if a person is in the UTD Student Directory.

curl http://ut-dallas-utils.herokuapp.com/is_student/Austin%20Pray

{
  "error": false,
  "request": {
    "name": "Austin Pray"
  },
  "isStudent": true
}

Example use case

This endpoint is used over at https://github.com/austinpray/UTDFFS-helper to automate the verification of people who want to join the UT Dallas Free & For Sale 2.0 Facebook page.

TODO

More endpoints coming. Please submit a feature request or sling some code my way.

❤️ Austin Pray austin@austinpray.com