nolimit

0.0.2 • Public • Published

nolimit

npm tests dependencies

no limit to this json storage life

Note: This project is in early development, and versioning is a little different. Read this for more details.

Why should you care?

Simple JSON storage that is compatible with the now server, and most bot servers. It's just as bad as json-storage-kit so this project makes things all good.

Installation

npm install nolimit

Usage

Import the library and use it.

var NoLimit = require('nolimit')
 
var nolimit = new NoLimit({ filename: 'nolimit.json' })
 
nolimit.stash({ key: 'key', value: 'value' })
var object = nolimit.fetch({ key: 'key' })
console.log(object)

License & Contributing

Readme

Keywords

none

Package Sidebar

Install

npm i nolimit

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • 2020deception