@n0bodysec/nbc-api
v2.0.0
Published
An unofficial NBC.com API
Downloads
4
Readme
nbc-api
nbc-api is an unofficial NBC API.
🃏 Features
- Create and log in to accounts.
- Get direct link to any stream that your account has access to.
🚀 Example Usage
import NBC from '@n0bodysec/nbc-api';
(async () =>
{
const nbc = new NBC();
const ret = await nbc.account.registerSimple('username', 'password');
console.log('Returned data', ret.data);
})();
👍 Acknowledgements
- NBCUniversal Media, LLC. - For their platform.
📜 License
Licensed under MIT License.
📜 Notice
I am not affiliated with or endorsed by NBCUniversal Media, LLC. or any of its affiliates.