npm install -g dataenv
We use node-lolcalstorage to store the data in the local storage in a folder called tmp/node-dataenv-localStorage
Save the data identified by the unique key.
key
The Unique key to identify the data.value
The Value to save in the localStorage identified by the key.
Returns any The value saved along with the key.
Show the data identified by the unique key.
key
The unique key to identify the data
Returns any The value saved in the localStorage identified by the key.
Delets a key from the localStorage
key
The unique key to identify the data
Returns any The key deleted from the localStorage.
# (make sure you build before linking)
npm link
dataenv