Skip to content

🔮Screen Guru takes clean screenshot of any websites

Notifications You must be signed in to change notification settings

atlemo/screen-guru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Guru 🔮

Take clean screenshot of any websites. — https://screen.guru

  • 🎨 Custom background color
  • 🖥 Browser template
  • ⚡️ Emoji ready (with Emojione font)

Screeshot

Bookmarklet

javascript:location.href='https://screen.guru?url='+encodeURIComponent(location.href)

Getting started

Stack

Install dependencies

yarn install

Build app

yarn build
# Deploy the static app with Netlify / Surge.sh / Zeit

Deploy lambda on AWS

With serverless:

yarn global add serverless

cd lambda/screenshot
serverless config credentials –provider aws –key XXX –secret XXX
yarn
yarn add --dev serverless-apigwy-binary serverless-apigw-binary
yarn build-lambda-sharp

serverless deploy

Update the env var REACT_APP_LAMBDA_ENDPOINT (in .env) with your lambda endpoint

About

🔮Screen Guru takes clean screenshot of any websites

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.0%
  • CSS 8.4%
  • HTML 7.6%