2.0.2 • Published 6 years ago

save_me v2.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

SAVE ME

Save Me is a simple library for nodejs allowing to save key/value tuple in a json file

Example

const SaveMe =require('saveme');
const saveMe = new SaveMe('memory');

//saving tuple key = value in file named 'memory'
saveMe.save("key", "value");  

//try to read value of 'key' from file named 'memory'
console.log(saveMe.read('key'));

Can I Thank You ?

Yes!

You make donations here :

BTC: 1KoRYZ1mvjuDB7cGn9WbaZtMWTjZEgYfBu

XMG: 946jQ7gM3wFr6zx8uhTxJu6NSUoERLy9hX

ETH: 0x9186c5884266E8332b9f447a7490B756d3b2C18F

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago