Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edakturk14/frames-demo
Farcaster Frames demo app
https://github.com/edakturk14/frames-demo
Last synced: 26 days ago
JSON representation
Farcaster Frames demo app
- Host: GitHub
- URL: https://github.com/edakturk14/frames-demo
- Owner: edakturk14
- License: gpl-3.0
- Created: 2024-03-03T13:59:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T14:30:59.000Z (10 months ago)
- Last Synced: 2024-10-22T20:39:16.696Z (2 months ago)
- Language: JavaScript
- Homepage: https://frames-demo-lyart.vercel.app
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frames-demo
Farcaster Frames demo appQuick start:
1. Create a new directory for your project and navigate into it:
mkdir frames-demo
cd frames-demo2. Initialize a new Node.js project:
npm init -y3. Install the Express framework:
npm install express4. Create a file named server.js in the root of your project directory.
5. Add the following code to server.js