Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.09 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.09 KB

Parallel Markets JavaScript Modules

CI Status

This repo contains a few packages to make integration with the Parallel Markets JavaScript SDK as easy as possible.

If you'd just like to load our SDK via a <script> tag, then the starter example on developer.parallelmarkets.com is the easiest way to get started.

There is also a "vanilla" loader for the SDK that allows you to load it in an async way. See the @parallelmarkets/vanilla package for more details. There is a "webpack" example in the examples folder that loads the SDK using this method.

If you use React, there is a @parallelmarkets/react library with components to display a button, determine status, and make API calls. There is a "react-webpack" example in the examples folder that loads the SDK using this method.