2.0.2 • Published 6 years ago

jsonpool v2.0.2

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

About

JSON-POOL is a secure way to store json data online, using an rest api. I was inspired by myjson.com to make an online json storage system, that unlike myjson gave you the ablity to modify/remove any data you have created using auth tokens

There is a production instance running on https://jsonpool.herokuapp.com Which you can use all the time.

API

See api.md

CLI

It is posible to start an CLI instance by install jsonpool with npm i -g jsonpool and then executing jsonpool. To specify an port you will need to set the PORT env variable like this $PORT=8080. Rigth now there are two modes fs (filesystem) and db (database). The file system create induvidial files for each pool, where as the database stores it all in a single json file, which migth be "cleaner" but in the long run if we end up having millions of millions of pools and then a single file will get very very slow.

News

The editor is now powered by ace

TODO

  • Replace node-json-db with a seprate file system were the data can be encrypted
  • Dispose of auth key and instead only leave the hash
  • Replace jsoneditor with something else
2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago