Skip to content

Commit 21d52d1

Browse files
author
Neil Grogan
committed
Added sample config and README.md
1 parent ba1a302 commit 21d52d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# lambda-scraper
1+
# AWS Lambda Slack Web Scraper
2+
3+
Scrapes a website (my workplace canteen's menu) and sends it nicely formatted to
4+
slack as a message so everyone can have easy visibility.

conf/sample.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"url": "SLACK_WEBHOOK_URL_GOES_HERE"
3+
}

0 commit comments

Comments
 (0)