https://github.com/dbtek/windows.services.store-prebuilt
Prebuilt store module for electron@1.7.10 target.
https://github.com/dbtek/windows.services.store-prebuilt
Last synced: 11 months ago
JSON representation
Prebuilt store module for electron@1.7.10 target.
- Host: GitHub
- URL: https://github.com/dbtek/windows.services.store-prebuilt
- Owner: dbtek
- License: other
- Created: 2018-02-24T17:22:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T20:55:36.000Z (over 8 years ago)
- Last Synced: 2025-03-12T15:51:01.685Z (over 1 year ago)
- Language: JavaScript
- Size: 8.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
windows.services.store
=====
Prebuilt module for electron@1.7.10.
A Node.js wrapper for the Windows.Services.Store WinRT namespace, compatible with Windows 10 APIs.
Using this module, you'll be able to consume the Windows.Services.Store API directly from Node.js.
This module was automatically generated by NodeRT.
For more information on NodeRT and examples on how to use NodeRT modules, please visit the project page at: https://github.com/NodeRT/NodeRT.
The API exposed by this module is (almost) the same as the API that is listed in: http://msdn.microsoft.com/en-us/library/windows/apps/Windows.Services.Store.aspx
The only difference in the API is in the way that asynchronous methods and events are used. (See https://github.com/NodeRT/NodeRT#ConsumingNodeRT for more details)
This module also contains TypeScript definition files for the API exposed by the module, as well as JavaScript intellisense support for Node.js tools for Visual Studio.
Installation:
=============
In order to install this module, run npm install:
```
npm install windows.services.store-prebuilt
```