An application to open up any intercom buzzer-based door opening system found a lot in New York City
- Intercom with buzzer to open door
- Raspberry Pi ( whatever version ) to host the application server ( LatchkeyServer )
- Web browser or iOS device to use to activate the door opening
Request type : POST
Request URL : /generateCode
Request Params :
- phoneNumber : < phone number to which text needs to be sent >
Response : Text with secure code
Request type : POST
Request URL : /unlock
Request Params :
- secureCode : < generated secure code >
Response : Success message along with door buzzing open
Request type : GET
Request URL : /data/:days
Response :
{
"data" : [
"client":"Alfred Thomas",
"clientType":"iOS",
"datetime":"4/3/2017 14:00:03"
]
}