Skip to content

Instantly share code, notes, and snippets.

View gpizana's full-sized avatar

Gema Pizana gpizana

View GitHub Profile
@gpizana
gpizana / alerts.js
Created October 21, 2018 10:58
StrangerTeam2018 Alert Controller
const _ = require('lodash')
const axios = require('axios');
const geolib = require('geolib');
const nodexml = require('nodexml');
module.exports = function(config) {
const AemetAlerts = require('./aemet-alerts.js')(config);
const NasaAlerts = require('./nasa-alerts.js')(config);