New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

twitcher.js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitcher.js

TWİTCH APİ MODULE

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Twitcher.js API MODULE

INSTAL

npm install twitcher.js@0.0.2

CLASS

const Twitch = require("twitcher.js")
const tapi = new Twitch({
    "Secret":"<Client-Secret>",
    "İD":"<Client-İD>"
})

FUNCTİONS - GET

    let user = await tapi.getUser("<login_name") //NO ERROR, TESTİNGED
    console.log(user)
    let stream = await tapi.getStream("<login_name>") //NO ERROR, TESTİNGED
    console.log(stream)
    let token = await tapi.getToken() //NO ERROR, TESTİNGED
    console.log(token)
    let clips = await tapi.getClips("<clip_id/user_id>") //NO ERROR, TESTİNGED
    console.log(clips)
    await twitch.get("users",{"login":"<login_name>","method":"GET"},(e) => {
        console.log(e)
    })

FUNCTİONS - SET / POST

    let token = await tapi.setToken() // create token but Functions can give ERROR
    console.log(token)
//SOON MORE FUNCTİONS..

Contact information

E-mail: erenhizm01@gmail.com
Discord: ErenHizm#6788
DiscordServer: https://discord.gg/D4WfYZCkEp

twitcher.js@0.0.5 =+ Twitch Stream Notficationer

...

Keywords

FAQs

Package last updated on 31 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc