Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SamBroner/farcaster-frames-express-template

A simple template for making Farcaster/Warpcast frames using ExpressJS
https://github.com/SamBroner/farcaster-frames-express-template

Last synced: 3 months ago
JSON representation

A simple template for making Farcaster/Warpcast frames using ExpressJS

Awesome Lists containing this project

README

        

# Farcaster/Warpcast Frames with Express

Simple express app to post frames.

Test your frames with the [warpcast embed page](https://warpcast.com/~/developers/embeds)
- You cannot test the redirect (loading a new frame via button click) in the embed, you have to tweet

## Frames Quirks
- Frames don't like to render if the route is "/", so target e.g. "/frame"
- Frames require ``````
- Frames don't like to render at port 3000?