From 1f688318b5a457828005b5aec7a9f853eda6cc44 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Wed, 9 Sep 2020 10:35:23 -0500 Subject: [PATCH] update readme wish lists --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 148dc49..6818d8f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ The fork is a result of wanting a more manageable, modern code base to work with * Separation between weather display code and user interface * Use of a modern date parsing library [luxon](https://moment.github.io/luxon/) * Attempt to remove the need for a local server to bypass [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) issues with the various APIs used. This is almost workable but there are still some minor CORS issues with https://api.weather.gov. + * The necessary CORS pass through URLs have been rewritten so they can be deployed on Node.js using the included server or through S3/Cloudfront in a serverless environment. +* Proper settings for static resource caching +* Build system integration to reduce the number of scripts that need to be loaded ## What's different @@ -53,8 +56,6 @@ As time allows I will be working on the following enhancements. And the following technical fixes. * Caching of the animated gifs, specifically after they are decompressed -* Proper settings for static resource caching -* Build system integration to reduce the number of scripts that need to be loaded ## Issue reporting and feature requests