GreenFlux Blog GreenFlux Blog

Home Tags Series About
Home Tags Series About

Posts tagged "JavaScript"

22 posts found

So you want to integrate with the SEC API

So you want to integrate with the SEC API

A How-To Guide for Dealing with EDGAR's Oddities

Jun 23, 2025 5 min read

Hello, yes I’d like to speak to the (developer experience) manager! 🤬 ☝️That was me a few weeks ago when I first tried using the SEC API. I’ve integrated with a lot of APIs over the years, but none...

finance fintech stockmarket stocks JavaScript json xml CORS
May the Nodes Be with You

May the Nodes Be with You

A Star Wars Themed Knowledge Graph Generator with Neo4j & JavaScript

May 04, 2025 5 min read

Knowledge graphs are powerful tools to visualize and explore your data, and can help uncover new insights and patterns in how your data is related. They are easy to search and navigate, but getting...

may_the_4th star_wars_day knowledge_graph ontology Neo4j graph_database obsidian JavaScript star_wars cypher
Reddit API with OAuth2 using Google Apps Script

Reddit API with OAuth2 using Google Apps Script

A guide for Reddit OAuth2 flow and refresh token using Apps Script and Google Sheets

Apr 30, 2025 5 min read
Series: Google Apps Script

Reddit offers several different options for integrating web apps, scripts, and installed apps. Just go to https://www.reddit.com/prefs/apps/ to create a new app and select the type. In this guide,...

reddit REST_API JavaScript google_apps_script OAuth2 google_sheets APIs social_media social_media_marketing
So you want to send JSON to a Google Apps Script Web App...

So you want to send JSON to a Google Apps Script Web App...

Dealing with 405 Method Not Allowed Errors and 302 Redirects

Apr 26, 2025 5 min read
Series: Google Apps Script

Google Apps Scripts is incredible for a free product. There are so many things you can automate using script triggers and Google Sheets, Gmail, Docs, Calendar, and the rest of the Google ecosystem....

google_apps_script google_sheets JavaScript fetch CORS http REST_API json automation
Markdown Editor and Knowledge Graph Notes App with Vis.js in FileMaker Pro

Markdown Editor and Knowledge Graph Notes App with Vis.js in FileMaker Pro

A Star Trek Themed Editor Inspired by Obsidian

Apr 06, 2025 5 min read
Series: FileMaker Pro

Markdown is used widely in programming, documentation, content creation, GitHub, and lots of other areas in tech. One of the most popular Markdown editors is Obsidian, a note taking app with an...

knowledge_graph obsidian filemaker claris markdown JavaScript data_visualization
52 Weeks of Video Tutorials: What I Learned About Content Creation, Community, and Developer Relations

52 Weeks of Video Tutorials: What I Learned About Content Creation, Community, and Developer Relations

Feb 11, 2025 5 min read

Just over a year ago, I had no real experience in recording video tutorials, or in the editing or distribution process. I had experimented with a few, but never consistently, and I had no idea what I...

DevRel video Tutorial youtube appsmith JavaScript content creation Developer Tools
Anti-Spam Agent: OpenAI Assistant Email Filter Using Google Apps Script

Anti-Spam Agent: OpenAI Assistant Email Filter Using Google Apps Script

A Timer-driven Inbox Defender Against Spam

Feb 08, 2025 5 min read
Series: Google Apps Script

I get a LOT of spam email that make it passed Google’s spam detection, and I’m constantly marking emails as spam and blocking senders. It’s a never-ending battle. Most of them end with something...

google_apps_script openai agentic_AI spam gmail REST_API JavaScript
Export & Sync All Images from a Google Doc to Drive Folder using Apps Script

Export & Sync All Images from a Google Doc to Drive Folder using Apps Script

Easily extract all images from a doc and sync with matching folder

Feb 03, 2025 5 min read
Series: Google Apps Script

Adding images to a Google Doc is no problem, but getting them back out can be a pain. I’ve written about this before with Five Ways to Extract All Images From a Google Doc, and more recently, with...

google_apps_script Google JavaScript Google_Docs Google_Drive Low_Code
SQL to JSON in FileMaker using Papa Parse

SQL to JSON in FileMaker using Papa Parse

Web Viewer solution for constructing JSON from ExecuteSQL

Dec 14, 2024 5 min read
Series: FileMaker Pro

Recently I needed to upload some data from a local FileMaker database to a REST API as part of a migration. FileMaker’s Insert from Url script step uses curl requests for sending data to another API,...

filemaker claris papa-parse JavaScript SQL
Building A Data-Driven Organizational Chart In Apps Script

Building A Data-Driven Organizational Chart In Apps Script

Using OrgChart JavaScript Library In A Web App

Oct 05, 2024 5 min read
Series: Google Apps Script

Organizational charts help visualize the reporting structure of a company in a tree-like graph. They are usually created with a design tool, and lots of manual data entry. Then, every time an employee...

google_sheets google_apps_script JavaScript Open_Source Web_Development
Why I Built A Code Editor Inside FileMaker Pro

Why I Built A Code Editor Inside FileMaker Pro

A Web Viewer for Building Web Viewers

Sep 22, 2024 5 min read
Series: FileMaker Pro

Web Viewers in FileMaker Pro are like an escape hatch. When you hit the limits of the native FMP platform, you can always extend it with a web viewer to add new functionality. You can add some really...

filemaker codemirror JavaScript claris Low_Code
Text Analysis WITHOUT AI: Lexical Density, String Similarity, Readability & Other Metrics

Text Analysis WITHOUT AI: Lexical Density, String Similarity, Readability & Other Metrics

A primer on natural language processing with JavaScript

Sep 17, 2024 5 min read

Lexical density measures word frequency within text. That sentence had a lexical density of 100%, but it's a little hard to understand. Let's unpack it. Lexical density, in the context of text...

linguistics natural_language_processing JavaScript Sentiment_analysis readability
Choropleth Map in FileMaker Pro Web Viewer With Leaflet.JS

Choropleth Map in FileMaker Pro Web Viewer With Leaflet.JS

Visualizing Aggregate Data Across Geographic Regions

Sep 08, 2024 5 min read
Series: FileMaker Pro

Choropleth maps are similar to heat maps, but with regions defined by geometry, rather than a grid. These maps are useful for displaying aggregate values for each region, like census or voting totals,...

filemaker JavaScript leaflet Mapping data_analytics
Building an Interactive XY Image Plot with Google Apps Script and Leaflet.js

Building an Interactive XY Image Plot with Google Apps Script and Leaflet.js

Custom Background Image With Markers Plotted From Sheets Data

Sep 03, 2024 5 min read
Series: Google Apps Script

Google Maps has a ton of features for plotting points on a map, but what if you want to plot points on an image? These XY Image Plot maps are commonly used for floor maps, job site inspections, and...

google_apps_script leaflet Mapping google_sheets JavaScript
Generating Heatmaps in Google Sheets using Apps Script and ECharts

Generating Heatmaps in Google Sheets using Apps Script and ECharts

Interactive Heatmap in under 100 lines of code!

Aug 27, 2024 5 min read
Series: Google Apps Script

Heatmaps are a great way to visualize aggregate data so you can easily see trends and spikes in the data. They can summarize data across a range of time, display traffic and weather patterns, or any...

echarts heatmap google_apps_script google_sheets JavaScript
Creating a Google Sheets Sidebar with MermaidJS Charts

Creating a Google Sheets Sidebar with MermaidJS Charts

Aug 25, 2024 5 min read
Series: Google Apps Script

Google Sheets has a ton of different chart types built-in, but there are a few types missing like Class, Sequence and Sankey diagrams, to name a few. When it comes to these types of charts, you...

MermaidJS google_sheets google_apps_script JavaScript DataVisualization
Building a Mobile Responsive Grid Layout in FileMaker Pro

Building a Mobile Responsive Grid Layout in FileMaker Pro

Web Viewer Trick to Display Records in a Grid, with Click Events!

Aug 24, 2024 5 min read
Series: FileMaker Pro

FileMaker Pro's layout design tools are top-notch. Between Form View, List View, Sub-Summary Parts, and Table View, you can build just about any type of UI you want... EXCEPT Grid Layouts! Yes, there...

filemaker JavaScript Low_Code claris
Save files to Google Drive by POST-ing the URL to a web app

Save files to Google Drive by POST-ing the URL to a web app

Jun 09, 2023 5 min read

I just found an old script I wrote that others might find useful, so I wanted to share. This script saves a file to Google Drive when you POST its URL to the webapp, using this format: { 'key':...

google_apps_script APIs Google_Drive JavaScript
Appsmith Tutorial: Validating User Input

Appsmith Tutorial: Validating User Input

Oct 10, 2021 5 min read
Series: Appsmith

Hey, Joseph from GreenFlux, LLC here. I'm a full-time freelancer and a HUGE fan of Appsmith ! I've written a few other tutorials for Appsmith before but this one is gonna be a little...

JavaScript Regex hacktoberfest_ Tutorial Developer_Tools
Saving Files to Google Drive by POST-ing the Url to a Web App

Saving Files to Google Drive by POST-ing the Url to a Web App

Jul 25, 2021 5 min read
Series: Google Apps Script

In this tutorial, I'll be writing a general purpose Apps Script Web App to save a cloud-hosted file to Google Drive as a new file, when the original file url is POST-ed to the script's web app...

Google google_cloud JavaScript Tutorial APIs
Adding Gmail Contacts to Appsmith using Apps Script

Adding Gmail Contacts to Appsmith using Apps Script

Publishing script as a web app to serve as API endpoint

Jul 13, 2021 5 min read
Series: Google Apps Script

I've been having a lot of fun building with Appsmith lately and wanted to do something with Google Contacts. It's easy to connect to a new API from Appsmith, but it's not so easy to enable the Google...

JavaScript Google APIs REST_API Tutorial
Creating a Scheduled Backup Service for Google Sheets using Apps Script.

Creating a Scheduled Backup Service for Google Sheets using Apps Script.

Beginner Apps Script tutorial

Jul 09, 2021 5 min read
Series: Google Apps Script

Apps Script is a powerful tool for automating routine tasks with Google Sheets, Docs, Gmail, and other Google services. On a recent job, I needed to create a daily backup of a Google Sheet for a...

google_sheets JavaScript Tutorial Google

© 2025 GreenFlux, LLC.

RSS Feed