otherapp
v1.1.1
Published
Automated otherapp.bin downloader
Readme
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)
})