This file contains hidden or 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
'use strict'; | |
var Octokat = require('octokat'); | |
var extend = require('lodash/object/assign'); | |
var defaults = { | |
branchName: 'master', | |
token: '', | |
username: '', | |
reponame: '' |
This file contains hidden or 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 admin = require("firebase-admin"); | |
var geohash = require('ngeohash'); | |
var simplify = require('simplify-js'); | |
const geoarea = require('geo-area') | |
const fetch = require("node-fetch"); | |
const fs = require("fs"); | |
const csv = require("csv-parser"); | |
const geolib = require("geolib"); | |
results = [] | |
geohashIndividualArray = [] |