Skip to content

Creates a JSON style file store for use in your node apps. Everything is done via key/value. Compatible with many different free and paid servers.

License

Notifications You must be signed in to change notification settings

2020Deception/NoLimitStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates a JSON style file store for use in your node apps. Everything is done via key/value. Compatible with many different free and paid servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published