Skip to content

behumble/jsonhero-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonhero-js

Overview

a NodeJS library getting a JSONHERO URL of your JavaScript object.

Usage

Install

npm install jsonhero-js

Code in NodeJS

const resultUrl = await toJsonHero({ foo: 'bar' });
console.log(resultUrl); // https://jsonhero.io/j/6wD1bQG2S7Xf

About

a NodeJS library getting a JSONHERO URL of your JavaScript object.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published