Skip to content

MGoyheneche/picture-localizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picture Localizer

Picture localizer helps you to get google maps data from a picture.

Usage

var pctrLclzr = require('picture-localizer');

pctrLclzr.gmapApiKey = 'your_api_key';

pctrLclzr.localize('image.jpg', function(data){
  console.log(data);
});

Dependencies

Picture Localizer uses ImageMagick (you have to install Image Magick cli). Please refer to : https://github.com/yourdeveloper/node-imagemagick

Thanks :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published