vsmarketplace-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

VS Marketplace API

A simple NPM module to load extension data from the VS Marketplace API.

Install

npm install vsmarketplace-api

Usage

const query = require("vsmarketplace-api");
 
query("Prettier").then(data => {
  // data holds the response from the VS Marketplace API
 
  // view array of objects of extensions
  console.log(data.results[0].extensions);
});

NOTE: Currently it will only grab VS Code Extensions.

Readme

Keywords

Package Sidebar

Install

npm i vsmarketplace-api

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

4.71 kB

Total Files

6

Last publish

Collaborators

  • lannonbr