https://github.com/bengreenier-archive/unity-package-search
Client for searching the unity package service for packages
https://github.com/bengreenier-archive/unity-package-search
package unity
Last synced: 3 months ago
JSON representation
Client for searching the unity package service for packages
- Host: GitHub
- URL: https://github.com/bengreenier-archive/unity-package-search
- Owner: bengreenier-archive
- License: mit
- Created: 2017-03-19T16:34:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T00:08:05.000Z (about 8 years ago)
- Last Synced: 2024-12-26T00:40:10.537Z (5 months ago)
- Topics: package, unity
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-package-search
> Note: uses es6 classes, see [this](http://node.green/#ES2015-functions-class) for node version compatibility
[](https://travis-ci.org/bengreenier/unity-package-search)
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](./test/basic.js)):
```
const client = new UnitySearchClient()client.search(query).then(...)
```Which will return an array of [UnitySearchResult](./lib/models/unity-search-result.js) objects
## License
MIT