Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 580 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 580 Bytes

EXIF Check API 🖼

Simple JavaScript/Node.js API for extracting EXIF data from a JPG image.

Usage

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
}

Deployment

Setup to be deployed to Zeit.

Clone the repository, and run now.

Built by

HTML/CSS to Image