All Projects → hta218 → ga-fetcher

hta218 / ga-fetcher

Licence: other
Fetch Google Analytics data with Google APIs in Node.js 🚠

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ga-fetcher

google-oauth2-web-client
Login with Google using OAuth2 for client-side web app
Stars: ✭ 32 (+128.57%)
Mutual labels:  google-api, google-oauth2
React Native Google Sign In
React Native Wrapper for Latest Google Sign-In OAuth SDK / API
Stars: ✭ 213 (+1421.43%)
Mutual labels:  oauth2, google-api
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+18171.43%)
Mutual labels:  oauth2, google-api
TradeByte
💸 TradeByte - Stocks Trading Simulation WebApp
Stars: ✭ 30 (+114.29%)
Mutual labels:  google-api, google-oauth2
GoogleSignIn-iOS
Enables iOS and macOS apps to sign in with Google.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  oauth2
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (+50%)
Mutual labels:  starter-project
Simpler
Simpler是一款轻量级的第三方微博应用,具有微博的基础功能,兼有外观优雅,运行流畅,内存占用低,省电省流量等特点。
Stars: ✭ 27 (+92.86%)
Mutual labels:  oauth2
sample-oauth2-client
Sample OAuth2 client using the GitHub API
Stars: ✭ 69 (+392.86%)
Mutual labels:  oauth2
OAuthLogin.AspNetCore
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 43 (+207.14%)
Mutual labels:  oauth2
portal
A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.
Stars: ✭ 26 (+85.71%)
Mutual labels:  oauth2
wiresteward
Wireguard peer manager
Stars: ✭ 50 (+257.14%)
Mutual labels:  oauth2
google-analytics
Get data from google analytics (API v4) using PHP
Stars: ✭ 22 (+57.14%)
Mutual labels:  google-analytics
OAuthLogin
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 57 (+307.14%)
Mutual labels:  oauth2
google-analytics-with-angular
Using Google Analytics with Angular
Stars: ✭ 17 (+21.43%)
Mutual labels:  google-analytics
SMSRetrieverAPIDemo
Demo of the Google API of SMS retriever
Stars: ✭ 49 (+250%)
Mutual labels:  google-api
psd2
API client for banks supporting PSD2 APIs with OAuth2 authentication.
Stars: ✭ 26 (+85.71%)
Mutual labels:  oauth2
instagram-oauth-nodejs-server
Node.js server for Intagram-API OAuth purpose.
Stars: ✭ 12 (-14.29%)
Mutual labels:  oauth2
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (+100%)
Mutual labels:  starter-project
cordova-spotify-oauth
🔐 Easy Spotify authentication for Cordova / PhoneGap apps
Stars: ✭ 15 (+7.14%)
Mutual labels:  oauth2
qt-google-analytics
Qt5 classes for providing Google analytics usage in a Qt/QtQuick application
Stars: ✭ 51 (+264.29%)
Mutual labels:  google-analytics

🚠 Fetch Google Analytics data with Google APIs in Node.js

Installation

Create Google App

  1. Add new Project from Google Console
  2. Create Credentials for your app (Select Oauth Client ID => Web application => Create)
  3. Config URIs & Authorized redirect URIs in Consent Screen
  4. Enable Google Analytics API (Go to Library => search Analytics API => Enable)

Set up Nodejs Server

  1. git clone https://github.com/hta218/nodejs-google-api-starter.git

  2. Config .env file (Using .env.example)

  3. yarn && yarn start

  4. Sign in, get your view and fetch data

  5. Learn how to create your request with Google Analytics Reporting API v4

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].