Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

htmlcsstoimage/exif-check

Open more actions menu

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.