1.1.16 • Published 6 years ago

npm-unlimitee v1.1.16

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

npm-unlimitee

WARNING: NPM-UNLIMITEE WILL NOT WORK AS EXPECTED OR AT ALL SINCE IT IS NOT FULLY FINISHED BECAUSE THE UNLIMITEE APP IS NOT DONE YET. THE REASON ITS INSTALLABLE IS BECAUSE OUR TEAM NEEDS IT TO DEVELOP THE APP. THANKYOU FOR UNDERSTANDING

please note

the next few updates of npm-unlimitee may take a while to be publishes since i am working my hardest to get the media server part of it working

description

npm-unlimitee is the node module for the unlimitee app so you can make your own media server app with electron!

installing

to install npm-unlimitee just type npm install npm-unlimitee --save into your project and it will install itsself

usage

npm-unlimitee doesn't have much in it yet since the unlimitee app has not been finished yet, but as the unlimitee app has more features you will be able to do more with this! You don't need to run any console commands or anything because unlimitee.createServer(port) starts and runs the server and its commands automatically example unlimitee app:

const unlimitee = require('npm-unlimitee')
const { app, BrowserWindow, globalShortcut, dialog } = require('electron')
// unlimitee needs app so it can control what the project does, 
// it does not need BrowserWindow but an electron app needs it to work so, 
// it needs globalShortcut so you can use key combinations to start events 
//and it needs dialog so it can make dialog boxes and file selectors

app.on('ready', () => {
    unlimitee.createServer(8080)
});

methods and functions

commandDescriptionVersion Added
startMedia(port, custom pages: true/false)This will create the server with the port that you specify and if you put true in custom pages it will use your pages to show the media and the lists but it is recommended you use the default since it comes with all the functions working in it1.0.6
1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

0.1.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago