Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Sep 3, 2021
1 parent dc0bc87 commit e500959
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
System of services that are related to Quests in GitHub & the Website Platform.
- Event Driven
- Serverless Functions
-
- GitHub WebHooks
- First Issue as Config File
- Raid Leader
- Parse Files by Raid Type
- Create Quests/Issues from parsed files

# Toolchain
- npx @cloudflare/wrangler
- https://developers.cloudflare.com/workers/cli-wrangler/commands
- https://developers.cloudflare.com/workers/cli-wrangler/commands
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ addEventListener('fetch', event => {
* @param {Request} request
*/
async function handleRequest(request) {
console.log(request.url)
return new Response('Hello worker!', {
headers: { 'content-type': 'text/plain' },
})
Expand Down

0 comments on commit e500959

Please sign in to comment.