save_me

2.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i save_me

Weekly Downloads

3

Version

2.0.2

License

MIT

Last publish

Collaborators

  • shalien