This module provides persistent settings support to the app. It uses node-persist
which provides a local storage api for saving settings. It takes in a config object found in the project_root/config folder
of the app and returns a new wrapper object for setting and accessing persistent settings.
- Copyright:
-
- Waterloo Aerial Robotics Group 2016
- Source:
Requires
- module:path
- module:node-persist