Skip to content

Instantly share code, notes, and snippets.

View jeancarlosgarcia's full-sized avatar

Jean Carlos Garcia jeancarlosgarcia

View GitHub Profile
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<polymer-element name="my-element">
<template>
<style>
const axios = require('axios');
const data ={
messaging_product: 'whatsapp',
to: 'number',
type: "template",
template: {
name: "hello_world",
language: {
code: "en_US"
@jeancarlosgarcia
jeancarlosgarcia / main.go
Last active May 12, 2023 20:49
Guardar histogramas en bigtable
package main
import (
"cloud.google.com/go/bigtable"
"context"
"encoding/binary"
"fmt"
"google.golang.org/api/option"
"google.golang.org/grpc"
"time"