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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.2
    1
  • 2.0.1
    1
  • 2.0.0
    0
  • 1.0.2
    0

Package Sidebar

Install

npm i save_me

Weekly Downloads

2

Version

2.0.2

License

MIT

Last publish

Collaborators

  • shalien