Skip to content

bengreenier-archive/unity-package-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-package-search

Note: uses es6 classes, see this for node version compatibility

Build Status

Client for searching the unity package service for packages.

How

Do I...

Install

Simple! Just npm install unity-package-search

Use

See the following (or the tests):

const client = new UnitySearchClient()

client.search(query).then(...)

Which will return an array of UnitySearchResult objects

License

MIT