Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/evanhalley/get-me-the-gif
- Owner: evanhalley
- License: apache-2.0
- Created: 2019-11-12T03:47:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:44:27.000Z (about 2 years ago)
- Last Synced: 2024-11-08T00:56:47.222Z (3 months ago)
- Topics: ffmpeg, javascript, nodejs, puppeteer, serverless
- Language: JavaScript
- Homepage: https://evanhalley.dev/post/get-me-the-gif/
- Size: 539 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```