All Projects → jsmonday → Cezanne

jsmonday / Cezanne

Licence: other
🎣 Serverless Image Generation Function

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Cezanne

shuttlepdf
📃 Smashingly simple, and scalable ("serverless") HTML to PDF conversions using Google Cloud Functions, and Puppeteer.
Stars: ✭ 15 (-48.28%)
Mutual labels:  google-cloud, puppeteer
All About Programming
Everything about programming!!
Stars: ✭ 314 (+982.76%)
Mutual labels:  lambda-functions, google-cloud
browser-pool
A Node.js library to easily manage and rotate a pool of web browsers, using any of the popular browser automation libraries like Puppeteer, Playwright, or SecretAgent.
Stars: ✭ 71 (+144.83%)
Mutual labels:  puppeteer
argon
Campaign Manager 360 and Display & Video 360 Reports to BigQuery connector
Stars: ✭ 31 (+6.9%)
Mutual labels:  google-cloud
lorem-ipsum-generator-generator
🎰 Generate a lorem ipsum generator site using Mercury Web Parser
Stars: ✭ 27 (-6.9%)
Mutual labels:  lambda-functions
monolog-google-cloud-json-formatter
A Monolog extension for formatting log entries for Google Cloud Logging
Stars: ✭ 15 (-48.28%)
Mutual labels:  google-cloud
google translate diff
Google Translate API wrapper translates only changes between revisions of big texts
Stars: ✭ 51 (+75.86%)
Mutual labels:  google-cloud
spider
A web spider framework
Stars: ✭ 25 (-13.79%)
Mutual labels:  puppeteer
souls
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
Stars: ✭ 327 (+1027.59%)
Mutual labels:  google-cloud
dataflow-contact-center-speech-analysis
Speech Analysis Framework, a collection of components and code from Google Cloud that you can use to transcribe audio files to create analytics.
Stars: ✭ 46 (+58.62%)
Mutual labels:  google-cloud
cloud-game-servers-examples
Collection of examples for using Google Cloud Game Servers.
Stars: ✭ 28 (-3.45%)
Mutual labels:  google-cloud
swarm-gcp-faas
Setup OpenFaaS on Google Cloud with Terraform, Docker Swarm and Weave
Stars: ✭ 15 (-48.28%)
Mutual labels:  google-cloud
bigquery-kafka-connect
☁️ nodejs kafka connect connector for Google BigQuery
Stars: ✭ 17 (-41.38%)
Mutual labels:  google-cloud
sg-food-ml
This script is used to scrap images from the Internet to classify 5 common noodle "mee" dishes in Singapore. Wanton Mee, Bak Chor Mee, Lor Mee, Prawn Mee and Mee Siam.
Stars: ✭ 18 (-37.93%)
Mutual labels:  google-cloud
puppeteer-instaquote
Use Puppeteer to create snazzy Instagram-like quote images and memes
Stars: ✭ 20 (-31.03%)
Mutual labels:  puppeteer
phantom-lord
Handy API for Headless Chromium
Stars: ✭ 24 (-17.24%)
Mutual labels:  puppeteer
kube-secrets-init
Kubernetes mutating webhook for `secrets-init` injection
Stars: ✭ 106 (+265.52%)
Mutual labels:  google-cloud
bigquery-to-datastore
Export a whole BigQuery table to Google Datastore with Apache Beam/Google Dataflow
Stars: ✭ 56 (+93.1%)
Mutual labels:  google-cloud
google-drive-direct-remote-upload
Directly upload files from the web to Google Drive without saving them completely on the server before.
Stars: ✭ 62 (+113.79%)
Mutual labels:  google-cloud
go-bqloader
bqloader is a simple ETL framework to load data from Cloud Storage into BigQuery.
Stars: ✭ 16 (-44.83%)
Mutual labels:  google-cloud



C E Z A N N E is a simple and powerful service that uses Puppeteer in order to generate the OpenGraph image for every JSMonday article.
It's build to work on Google Cloud Functions, whose Linux distribution is way better than AWS one (and that solves a lot of common problems).

Supported Image Formats

At the moment, SIGF supports the following image formats:

  • Instagram Image (1080px * 1080px)
  • OpenGraph Image (1920px * 1080px)

Parameters

  • template
  • template

Example Call

POST /my/lambda/endpoint

{
  "id": 1,
  "template": "snippet"
}

Response:

{
  "opengraph": "<url>",
  "instagram": "<url>"
}

License

Unlicense

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].