Web Storage Manager is a library to manage local/session storage. Includes lots of methods to manage storage on your web pages. Commonly, we use web storage to keep our key-value lists.
So, this library have some methods like;
- to add item to list,
- to get item by id from list,
- to get all items from list,
- to remove item/all from list
Use budala.help() function to discover methods. You can see all methods under budala key. (Ex: budala.getAll()) Please let me know if you have some advices to improve this library via oguzhankircali@gmail.com e-mail address.