This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="hub"> | |
<span contenteditable="true">Code</span> | |
<span contenteditable="true">pen</span> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-01-24T13:24:19.352Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ExifImage = require('exif').ExifImage; | |
const superagent = require('superagent'); | |
const dotenv = require('dotenv'); | |
dotenv.config(); | |
var fs = require('fs'); | |
const photoPath = process.env.DEVPHOTOPATH | |
var files = fs.readdirSync(photoPath); | |
var photoData = [] |