2.0.0 • Published 1 year ago

@n0bodysec/nbc-api v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

📜 License

Licensed under MIT License.

📜 Notice

I am not affiliated with or endorsed by NBCUniversal Media, LLC. or any of its affiliates.

2.0.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago