Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Sep 5, 2020
1 parent cca6c30 commit df89537
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ const app = require('nw-electron-adapter')(window);
// and have most of the API work the same in NW.js.
```

## API Reference

* https://www.electronjs.org/docs/api/app
## Usage

1. `npm install --save nw-electron-adapter`
1. Replace `const app = require('electron').app;` or `const {app} = require('electron');` with `const app = require('nw-electron-adapter')(window);`
1. Reference the below API Parity Tracker and make issues/PR's for missing features you need.


## Parity Tracker
## API Parity Tracker

* https://www.electronjs.org/docs/api/app

**Statuses:**

Expand All @@ -44,8 +50,8 @@ const app = require('nw-electron-adapter')(window);
[`hide`](src/api/hide.js) | πŸŒ•πŸŒ‘πŸŒ‘πŸŒ‘ | Planned
[`show`](src/api/show.js) | πŸŒ•πŸŒ‘πŸŒ‘πŸŒ‘ | Planned
[`setAppLogsPath`](src/api/setAppLogsPath.js) | πŸŒ‘πŸŒ‘πŸŒ‘πŸŒ‘ | Not Planned
[`getAppPath`](src/api/getAppPath.js) | πŸŒ•πŸŒ•πŸŒ•πŸŒ— | Tested
[`getPath`](src/api/getPath.js) | πŸŒ•πŸŒ•πŸŒ•πŸŒ— | Tested
[`getAppPath`](src/api/getAppPath.js) | πŸŒ•πŸŒ•πŸŒ•πŸŒ• | Released v1.0.0
[`getPath`](src/api/getPath.js) | πŸŒ•πŸŒ•πŸŒ•πŸŒ• | Released v1.0.0
[`getFileIcon`](src/api/getFileIcon.js) | πŸŒ‘πŸŒ‘πŸŒ‘πŸŒ‘ | Not Planned
[`setPath`](src/api/setPath.js) | πŸŒ‘πŸŒ‘πŸŒ‘πŸŒ‘ | Not Planned
[`getVersion`](src/api/getVersion.js) | πŸŒ‘πŸŒ‘πŸŒ‘πŸŒ‘ | Not Planned
Expand Down

0 comments on commit df89537

Please sign in to comment.