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

https://github.com/parro-it/p-electron

Promise friendly electron API
https://github.com/parro-it/p-electron

Last synced: 7 months ago
JSON representation

Promise friendly electron API

Awesome Lists containing this project

README

          

# p-electron

> Promise friendly electron API

background details relevant to understanding what this module does

## Usage

description of the example

```js
const pElectron = require('p-electron');

console.log({pElectron});
```

This will output

```
```

[![Travis Build Status](https://img.shields.io/travis/parro-it/p-electron/master.svg)](http://travis-ci.org/parro-it/p-electron)
[![NPM downloads](https://img.shields.io/npm/dt/p-electron.svg)](https://npmjs.org/package/p-electron)

## API

```js
const pElectron = (): object
```

description of the function signature

## Install

With [npm](https://npmjs.org/) installed, run

```
$ npm install p-electron
```

## See Also

- [`noffle/common-readme`](https://github.com/noffle/common-readme)

## License

MIT