Skip to content

Really simple (and dump) key-value store accessible via a simple API

Notifications You must be signed in to change notification settings

zachlatta/personal-kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-kv

Really simple (and dump) key-value store accessible via a simple API. I'm using it to serialize data between iOS Shortcuts actions.

Usage

Set a key:

POST /

{
  "action": "set",
  "key": "foo",
  "val": "bar"
}

Get a key:

POST /

{
  "action": "get",
  "key": "foo"
}

About

Really simple (and dump) key-value store accessible via a simple API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages