Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughsk/nw-versions
Get a list of node-webkit's available versions
https://github.com/hughsk/nw-versions
Last synced: 8 days ago
JSON representation
Get a list of node-webkit's available versions
- Host: GitHub
- URL: https://github.com/hughsk/nw-versions
- Owner: hughsk
- License: other
- Created: 2014-10-12T14:50:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-12T14:50:50.000Z (about 10 years ago)
- Last Synced: 2024-10-16T14:21:37.380Z (23 days ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nw-versions
![](http://img.shields.io/badge/stability-experimental-orange.svg?style=flat)
![](http://img.shields.io/npm/v/nw-versions.svg?style=flat)
![](http://img.shields.io/npm/dm/nw-versions.svg?style=flat)
![](http://img.shields.io/npm/l/nw-versions.svg?style=flat)Get a list of [node-webkit](https://github.com/rogerwang/node-webkit)'s
available versions.## Usage
[![NPM](https://nodei.co/npm/nw-versions.png)](https://nodei.co/npm/nw-versions/)
### `versions(cb)`
Calls `cb(err, list)` when complete, where `list` is an array of available
versions that you can download.### `versions.latest(cb)`
Retrieves the latest version, calling `cb(err, version)` when complete.
## License
MIT. See [LICENSE.md](http://github.com/hughsk/nw-versions/blob/master/LICENSE.md) for details.