NodeJS Twincat ADS protocol implementation
Google Ads API client library
Google Ads API Client Library for Node.js
Google Ad Manager API client for Node.js
Mux Data SDK extension for monitoring Google IMA Ads with mux-embed
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
Data Manager API client for Node.js
Node.js API (Node-API)
A framework that provides common functionality needed by video advertisement libraries working with video.js.
TypeScript definitions for facebook-pixel
An implementation of window.fetch in Node.js using Minipass streams
Beckhoff TwinCAT ADS client library for Node.js (unofficial). Connect to a Beckhoff TwinCAT automation system using the ADS protocol from a Node.js app.
A light-weight module that brings Fetch API to node.js
[](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [](https://www.npmjs.com/
The hassle-free way to integrate analytics into any Node.js application
A set of utilities to assist developers of tools that build N-API native add-ons
A Lighthouse plugin to improve ad speed and overall quality through a series of automated audits.
Generates and consumes source maps
An unofficial JS client library for the SOAP-based DFP Ads API
render domhandler DOM nodes to a string
Tools for dealing with node-gyp packages
Gatsby plugin to add google gtag onto a site
Returns a promise from a node-style callback function.
Generates and consumes source maps
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
Contentful API wrapper library exposing an ActiveRecord-like interface