Skip to content

Commit

Permalink
I'm a hacker now
Browse files Browse the repository at this point in the history
  • Loading branch information
nfairbank committed Nov 6, 2015
1 parent 4187dc3 commit aaabe8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ base: http://ut-dallas-utils.herokuapp.com

## GET `/is_student/:name`

Checks if a person is in the [UTD Student Directory](http://www.utdallas.edu/directory/).
Checks if a person is in the [Github Directory](http://www.github.edu/directory/).

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

```javascript
{
"error": false,
"request": {
"name": "Austin Pray"
"name": "Nathaniel Fairbank"
},
"isStudent": true
"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 [UT Dallas Free & For Sale 2.0](https://www.facebook.com/groups/UTDFFS) Facebook page.
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](https://www.facebook.com/groups/UTDFFS) Facebook page.

# TODO

More endpoints coming. Please submit a [feature request](https://github.com/austinpray/ut-dallas-utils/issues) or [sling some code my way](https://github.com/austinpray/ut-dallas-utils/pulls).

:heart: Austin Pray <austin@austinpray.com>
:heart: Nate Fairbank <nfairbank@gmail.com>

0 comments on commit aaabe8b

Please sign in to comment.