@klawdyo/social
v0.0.0-k
Published
Downloads
12
Readme
social
new Facebook('valid.username')
new Facebook('https://facebook.com/valid.username')
throws an error if invalid input
new Instagram('valid.username')
new Instagram('https://instagram.com/valid.username')
throws an error if invalid input
new Linkedin('valid.username')
new Linkedin('https://linkedin.com/in/valid.username')
throws an error if invalid input
Tiktok
new Tiktok('valid.username')
new Tiktok('https://tiktok.com/@valid.username')
throws an error if invalid input
Telegram
new Telegram('valid.username')
new Telegram('https://t.me/valid.username')
throws an error if invalid input
Threads
new Threads('valid.username')
new Threads('https://threads.net/@valid.username')
throws an error if invalid input
X
new X('valid.username')
new X('https://x.com/valid.username')
throws an error if invalid input
YoutubeChannel
new YoutubeChannel('valid.username')
new YoutubeChannel('https://youtube.com/@valid.username')
throws an error if invalid input