Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.13 KB

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 Github Directory.

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

{
  "error": false,
  "request": {
    "name": "Nathaniel Fairbank"
  },
  "isHacker": 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 Github Free & For Sale 2.0 Facebook page.

TODO

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

❤️ Nate Fairbank nfairbank@gmail.com