Simple JavaScript/Node.js API for extracting EXIF data from a JPG image.
Request:
GET https://exif-check.hcti.io/?url=https://github.com/ianare/exif-samples/blob/master/jpg/mobile/jolla.jpg?raw=true
Response:
{
"XResolution": 72,
"YResolution": 72,
"Make": "Jolla",
"Model": "Jolla",
"Orientation": 1,
"ModifyDate": "2014:09:21 16:00:56",
"ExifOffset": 146
}
Setup to be deployed to Zeit.
Clone the repository, and run now
.