1.1.1 • Published 9 years ago
otherapp v1.1.1
otherapp
Installation
npm install -g otherappCLI
Will download otherapp.bin to your current working directory
otherapp <model> <version> <region>eg.
otherapp n3ds 11.2.0-39 eurAPI
const otherapp = require('otherapp')
otherapp('n3ds', '11.2.0-39', 'eur', function (url) {
console.log(url)
})