Skip to content

tintoy/nuget-client-nodejs

Repository files navigation

nuget-client

A NodeJS client the NuGet feed API.

import { NuGetClient, createClient } from 'nuget-client';

const client = createClient('https://api.nuget.org/v3/index.json');
const suggestedPackageIds = await client.suggestPackageId('Newtonsoft');
const availablePackageVersions = await client.getAvailablePackageVersions('Newtonsoft.Json');

Known issues

The NuGet API is slow; caching results is probably a good bet.

About

A NodeJS client for the NuGet API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published