onedionys-data-storage
v5.0.0
Published
One Dionys (Data Storage) - A simple abstraction for storing and retrieving data from local storage or session storage.
Downloads
24
Maintainers
Readme
💾 Requirements
Web Browser
- Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].Internet
- Because many use CDN and to make it easier to find solutions to all problems.
🎯 How To Use
Example Syntax
const DataStorage = require('./src/dataStorage');
// Create a new instance of DataStorage
const storage = new DataStorage();
// Set data
storage.setItem('key', 'value');
// Get data
const value = storage.getItem('key');
console.log(value); // Output: 'value'
// Remove data
storage.removeItem('key');
Explanation
- This package provides a simple interface to store and retrieve data using local storage.
Return Value
setItem(key, value)
: Sets the value for the given key.getItem(key)
: Retrieves the value for the given key.removeItem(key)
: Removes the value for the given key.
📆 Release Date
- v1.0.0 : 07 March 2024
- v1.1.0 : 07 March 2024
- v1.1.1 : 11 March 2024
- v4.0.0 : 11 March 2024
- v4.0.1 : 13 March 2024
- v4.0.2 : 18 March 2024
- v5.0.0 : 31 March 2024
🧑 Author
- Facebook : Oned Ionys
- Instagram : @onedionys
- Twitter : @onedionys
- LinkedIn : @onedionys
📝 License
- Copyright © 2024 One Dionys
- One Dionys - Data Storage is an open source project licensed under the MIT license
☕️ Suppport & Donation
Love One Dionys - Data Storage? Support this project by donating or sharing with others in need.
Made with ❤️ One Dionys