Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrouid/iframe-provider

Iframe JSON-RPC Provider
https://github.com/pedrouid/iframe-provider

Last synced: 13 days ago
JSON representation

Iframe JSON-RPC Provider

Awesome Lists containing this project

README

        

# iframe-provider [![npm version](https://badge.fury.io/js/iframe-provider.svg)](https://badge.fury.io/js/iframe-provider)

Iframe JSON-RPC Provider

## Example

```javascript
import IframeProvider from 'iframe-provider';

const provider = new IframeProvider({
id: 'iframe-provider-id',
src: 'http://locahost:8080',
});

await provider.enable();
```