Git Product home page Git Product logo

twitch-extension-vuejs-template's Introduction

Twitch - Extension - Template - vuejs / golang

This repo contains a template for both a serverless EBS written in golang and the front-end for a Twitch panel extension in vueJS.

ABOUT

This project serves as a template to create a serverless EBS and creating the front-end of a Twitch panel extension in vueJS.
This extension will display a list of a broadcaster's followers in a formatted table.

Prerequisites

Make sure you have the following installed:

Installation

This project is formed of two components, please see their sub-directories

goto ./Client for the vueJS project

goto ./EBS for the EBS.

Twitch Extension Configuration

From your Twitch Extension Dashboard you can get the following:

  • Client ID
  • Base64 Secret
  • Extension Version
  • Extension (Broadcaster/Developer) Config Version - OPTIONAL

Owner ID

To get the owner ID, you will need to first create a temporary access token via https://twitchtokengenerator.com/
Next fetch your ownerID from a simple CURL command against the Twitch /users endpoint.
You'll also need the client ID from https://twitchtokengenerator.com/ as part of the query.

curl -H "Client-ID: <client id>" -H "Authorization: Bearer <access token>" -X GET "https://api.twitch.tv/helix/users?login=<twitch-login-name>"

your ownerID is the value of 'ID'

{
	"data": [{
		"id": "35851594",
		"login": "crazyjack12",
		"display_name": "crazyjack12",
		"type": "",
		"broadcaster_type": "",
		"description": "Do What Thou Wilt",
		"profile_image_url": "https://static-cdn.jtvnw.net/jtv_user_pictures/ea0bf955-255a-4eca-ad80-460b88162910-profile_image-300x300.png",
		"offline_image_url": "",
		"view_count": 1702
	}]
}

Create your own extension!

Get started and create your extension today!.

FAQ & SUPPORT

For any questions or suggestions please join the 'go-twitch-ext' channel on Discord!

Donations

All donations are appreciated!

Donate

twitch-extension-vuejs-template's People

Contributors

dependabot[bot] avatar jackmcguire1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

satont

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.