This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { NowRequest, NowResponse } from '@now/node' | |
import fetch from 'node-fetch' | |
import isNil from 'lodash/isNil' | |
const apiUrl = process.env.ALPHA_VANTAGE_API_URL | |
const apiKey = process.env.ALPHA_VANTAGE_API_KEY | |
const interval = process.env.ALPHA_VANTAGE_TIME_SERIES_INTERVAL | |
const apiFunction = 'TIME_SERIES_INTRADAY' | |
const apiOutputSize = 'full' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import json | |
import base64 | |
from decimal import * | |
from flask import Flask, jsonify, request | |
from datetime import date, datetime, timedelta | |
from dateutil import parser | |
import collections |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var subtitle = "WRITER | DIRECTOR | PRODUCER | EXPERIENTIAL EVENTS"; | |
! function(e) { | |
function t(n) { | |
if (o[n]) return o[n].exports; | |
var i = o[n] = { | |
i: n, | |
l: !1, | |
exports: {} | |
}; |