Skip to content

Instantly share code, notes, and snippets.

@isaidspaghetti
Last active July 27, 2020 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaidspaghetti/cbaa29b7501daeab04b382e4c08c746c to your computer and use it in GitHub Desktop.
Save isaidspaghetti/cbaa29b7501daeab04b382e4c08c746c to your computer and use it in GitHub Desktop.
index imports
//backend/routes/index.js:3
const { StreamChat } = require('stream-chat');
const { default: axios } = require('axios');
const apiKey = process.env.STREAM_API_KEY;
const apiSecret = process.env.STREAM_API_SECRET;
const hubspotKey = process.env.HUBSPOT_API_KEY;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment