Skip to content

htmlcsstoimage/exif-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple JavaScript/Node.js API for extracting EXIF data from an image. Deployed to Zeit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published