Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# frames-demo
Farcaster Frames demo app

Quick start:

1. Create a new directory for your project and navigate into it:
mkdir frames-demo
cd frames-demo

2. Initialize a new Node.js project:
npm init -y

3. Install the Express framework:
npm install express

4. Create a file named server.js in the root of your project directory.
5. Add the following code to server.js