Skip to content

Instantly share code, notes, and snippets.

View arcifius's full-sized avatar
🏠
Working from home

Augusto Russo arcifius

🏠
Working from home
  • Brazil
View GitHub Profile
@crittermike
crittermike / App.js
Last active May 9, 2022 08:18
Using Google API (gapi) with React
/* global gapi */
const API_KEY = 'YOURAPIKEYHERE';
import React, { Component } from 'react';
class App extends Component {
loadYoutubeApi() {
const script = document.createElement("script");