Skip to content

nfairbank/ut-dallas-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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 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

About

A collection of JSON API endpoints for UT Dallas

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%