Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration options in app.js where needed #5

Open
webdevbrian opened this issue Jun 14, 2018 · 0 comments
Open

Add configuration options in app.js where needed #5

webdevbrian opened this issue Jun 14, 2018 · 0 comments

Comments

@webdevbrian
Copy link
Owner

webdevbrian commented Jun 14, 2018

There are a few areas that need to have configurable options (defined in app-config.js) that need to be added to the app.js file.

Places like this:

  setInterval("getWeather()", 900000);

Should probably have a configurable config option like "update weather interval", that the user can define in seconds, and we convert that to milliseconds.

See app-config.js to see how it is defined to set the configurable options. I'm open to seeing more parameters that the user can define through out the app, so be creative ... and think about usability a the user!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant