Skip to content
View heathermhargreaves's full-sized avatar
Block or Report

Block or report heathermhargreaves

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. segment_discord.js segment_discord.js
    1
    const express = require('express')
    2
    const app = express()
    3
    const port = 3000
    4
    require('dotenv').config()
    5
    const _ = require('lodash')
  2. sentiment.js sentiment.js
    1
    require('dotenv').config();
    2
    const _ = require('lodash');
    3
    const Analytics = require('analytics-node');
    4
    const analytics = new Analytics(process.env.SEGMENT_KEY);
    5
    
                  
  3. lookup-sentiment-by-id.js lookup-sentiment-by-id.js
    1
    const express = require('express')
    2
    const app = express()
    3
    const port = 4000
    4
    require('dotenv').config()
    5
    
                  
  4. ab-test-segment-twilio ab-test-segment-twilio Public

    JavaScript

  5. AB_testing_twilio_studio AB_testing_twilio_studio Public

    Twilio assets for deploying Optimizely to A/B test Twilio Studio IVR flows

    JavaScript 1

  6. channel-optimization channel-optimization Public

    Using Segment to Optimizely which Twilio channel to engage a user on.

    JavaScript 1