Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evanhalley/get-me-the-gif

A serverless app that can free those GIFs embedded in tweets, into GIFs you can use.
https://github.com/evanhalley/get-me-the-gif

ffmpeg javascript nodejs puppeteer serverless

Last synced: about 1 month ago
JSON representation

A serverless app that can free those GIFs embedded in tweets, into GIFs you can use.

Awesome Lists containing this project

README

        

# get-me-the-gif

A serverless app that can free those GIFs embedded in tweets, into GIFs you can use.

More info: https://evanhalley.dev/post/get-me-the-gif/

## Setup

```
npm install -g serverless
git clone [email protected]:evanhalley/get-me-the-gif.git
cd get-me-the-gif
npm install
```

## Run Locally

```
serverless offline
```

## Deploy to AWS Lambda

```
serverless deploy
```