🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@moneybutton/json-api

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneybutton/json-api

Money Button isomorphic JSON API utilities.

Source
npmnpm
Version
0.38.2
Version published
Maintainers
2
Created
Source

@moneybutton/json-api

banner

npm version standard-readme compliant JavaScript Style Guide

Money Button isomorphic JSON API utilities.

Table of Contents

Background

Money Button is a UI/UX and API layer for the blockchain which takes 0% transaction fees and makes Bitcoin SV easy for everyone, everywhere.

Install

yarn add -E @moneybutton/json-api

or

npm install --exact @moneybutton/json-api

Usage

const { toResourceObject } = require('@moneybutton/json-api')
console.log(toResourceObject('some user id', 'users', { name: 'John Doe' }))
// { id: 'some user id', type: 'users', attributes: { name: 'John Doe' } }

API

For in-detail API documentation, please see our automatically generated docs.

Maintainers

@ealmansi @hojarasca @kevinejohn @ryanxcharles

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

FAQs

Package last updated on 29 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts