Skip to content

Check your postcode daily to see if it's available for Virgin Media yet! Uses AWS Lambda + SES with Serverless

Notifications You must be signed in to change notification settings

RobertYoung/virgin-media-postcode-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virgin Media Postcode Checker

Checks the Virgin Media website every day at 12pm to see if your house is available!

  • AWS Lambda
  • AWS SES
  • Serverless
  • Docker

Test locally

docker run --rm -v "$PWD":/var/task -e AWS_ACCESS_KEY_ID="YOUR_KEY" -e AWS_SECRET_ACCESS_KEY="YOU_SECRET" lambci/lambda:nodejs8.10 handler.check '{"postcode":"M1 2WA","fullAddress":"49 Store Street, Manchester, M1 2WA"},"email":"[email protected]"'

Deploy

serverless deploy -v

About

Check your postcode daily to see if it's available for Virgin Media yet! Uses AWS Lambda + SES with Serverless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published