Page MenuHomePhabricator

[keyserver] frog hello world example
Needs RevisionPublic

Authored by will on Fri, Nov 15, 12:06 PM.

Details

Reviewers
ashoat
Summary

This diff implements a hello world Frog application and serves it on port 3001.

Depends on D13927

Test Plan

GET requests to the keyserver at localhost:3001 contain valid HTML document in the response.

Used ngrok to create a publicly accessible url forwarding requests to locahost:3001. Used this url to validate the frame with the warpcast frame validator at https://warpcast.com/~/developers/frames?url=https://81fb-69-201-171-11.ngrok-free.app

Diff Detail

Repository
rCOMM Comm
Branch
wyilio/frames
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will added inline comments.
keyserver/src/frog/frog.js
13–22

The JSX here will be replaced later in the stack. This is a placeholder

Harbormaster returned this revision to the author for changes because remote builds failed.Fri, Nov 15, 1:30 PM
Harbormaster failed remote builds in B32687: Diff 45850!
will requested review of this revision.Fri, Nov 15, 1:56 PM
keyserver/.eslintrc.json
13

We talked about doing this via a // eslint-disable macro... why'd you decide against it?

ashoat requested changes to this revision.Fri, Nov 15, 2:03 PM

Back to you with question

This revision now requires changes to proceed.Fri, Nov 15, 2:03 PM