Skip to content

code4fukui/json-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-storage

json-storage service based on wsutil

usage

set

import { fetchJSON } from "https://js.sabae.cc/fetchJSON.js";

const res = await fetchJSON("/api/path/file", jsonvalue);

get

import { fetchJSON } from "https://js.sabae.cc/fetchJSON.js";

const res = JSON.stringify(await fetchJSON("/api/path/file"));

how to start

deno serve --port 8888 --hostname "[::]" -A json-storage.js

open http://localhost:8888/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published