JSPM

windows.applicationmodel.search

0.1.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q29751F
  • License Apache 2.0

Use the Windows.ApplicationModel.Search WinRT API directly from Node.js

Package Exports

  • windows.applicationmodel.search

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (windows.applicationmodel.search) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

windows.applicationmodel.search

A Node.js wrapper for the Windows.ApplicationModel.Search WinRT namespace, compatible with Windows 8.1.

Using this module, you'll be able to consume the Windows.ApplicationModel.Search 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.ApplicationModel.Search.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.

Prequisites:

Installation:

In order to install this module, run npm install:

npm install windows.applicationmodel.search

If you wish to rebuild this module using node-gyp, make sure to use the --msvs_version=2013 flag:

cd [module folder path]
node-gyp rebuild --msvs_version=2013