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

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.

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
```