Skip to content

Instantly share code, notes, and snippets.

View Ahriana's full-sized avatar

Ahriana Jackson Ahriana

  • UK
View GitHub Profile
@Ahriana
Ahriana / gist:5a18ea1e637110a8a42933f309f9b4a4
Created February 12, 2020 13:10
Twitch PubSub methods
LOCAL METHODS
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["onsite-notifications.CHANNEL_USER_ID"],"auth_token":"AUTH_TOKEN"}}
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["chat_moderator_actions.CHANNEL_USER_ID."],"auth_token":"AUTH_TOKEN"}}
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["user-subscribe-events-v1.CHANNEL_USER_ID"],"auth_token":"AUTH_TOKEN"}}
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["presence.CHANNEL_USER_ID"],"auth_token":"AUTH_TOKEN"}}
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["stream-change-v1.CHANNEL_USER_ID"],"auth_token":"AUTH_TOKEN"}}
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["follows.CHANNEL_USER_ID"],"auth_token":"AUTH_TOKEN"}}
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["user-bits-updates-v1.CHANNEL_USER_ID"],"auth_token":"AUTH_TOKEN"}}
// {"type":"LISTEN","nonce":"NONCE_BODY","data":{"topics":["community-points-user-v1.CHANNEL_USER_ID"],"auth_token":"AUTH_TOKEN"}}
// {"type":"
@Ahriana
Ahriana / iso-3166.ts
Created August 15, 2022 08:14
iso-3166 module export
export const AD_02 = {
code: 'AD-02',
name: 'Canillo',
parent: 'AD'
}
export const AD_03 = {
code: 'AD-03',
name: 'Encamp',
parent: 'AD'