start of radar images

This commit is contained in:
Matt Walsh
2020-09-04 17:03:03 -05:00
parent 382d4f9781
commit bcbc7246be
8 changed files with 373 additions and 51 deletions

View File

@@ -10,8 +10,6 @@ const queryString = require('querystring');
// return an express router
module.exports = (req, res) => {
if (!req.query.u) res.status(404);
// add out-going headers
const headers = {};
headers['user-agent'] = '(WeatherStar 4000+, ws4000@netbymatt.com)';