jshemas / openGraphScraper

Node.js scraper service for Open Graph Info and More!
MIT License
643 stars 102 forks source link

Docker/ docker compose #211

Closed mdmm13 closed 1 month ago

mdmm13 commented 4 months ago

Is your feature request related to a problem? Please describe. Love the product, but would love to run in docker and access via simple API rather than run locally.

Describe the solution you'd like Dockerfile + docker compose + very simple API

Describe alternatives you've considered LinkPreview, etc.

Additional context Saw it was done in https://github.com/jshemas/openGraphScraper/issues/130, but a reference dockerfile/ docker compose would greatly broaden the appeal.

jshemas commented 4 months ago

This could be something fun to make. Would this just be express app with a single route that use openGraphScraper?

mdmm13 commented 4 months ago

Exactly :)


From: Josh Shemas @.> Sent: Thursday, February 29, 2024 1:58:23 AM To: jshemas/openGraphScraper @.> Cc: mdmm13 @.>; Author @.> Subject: Re: [jshemas/openGraphScraper] Docker/ docker compose (Issue #211)

This could be something fun to make. Would this just be express app with a single route that use openGraphScraper?

— Reply to this email directly, view it on GitHubhttps://github.com/jshemas/openGraphScraper/issues/211#issuecomment-1970187373, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALCXK3ASZASOLJ5DOWRGDLTYV7HC7AVCNFSM6AAAAABD4LYYFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQGE4DOMZXGM. You are receiving this because you authored the thread.Message ID: @.***>

jshemas commented 1 month ago

Added an example express app. See the docs here -> https://github.com/jshemas/openGraphScraper?tab=readme-ov-file#running-the-example-app