0.2.5 • Published 4 days ago

@frames.js/debugger v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

@frames.js/debugger

Debug your Frames built using frames.js with ease.

Usage

Using npx or alternatives

$ npx @frames.js/debugger@latest
$ pnpm dlx @frames.js/debugger@latest

Installing globally

# usage with npm
$ npm install -g @frames.js/debugger
$ frames

# usage with yarn
$ yarn global add @frames.js/debugger
$ frames

# usage with pnpm
$ pnpm add -g @frames.js/debugger
$ frames

Set your Frames app to use the debugger

Set the hubHttpUrl to http://localhost:3010/hub (this is default used by debugger, you can change it by running debugger with --port flag).

import { getFrameMessage } from "frames.js/next/server";

const frameMessage = await getFrameMessage(previousFrame.postBody, {
  hubHttpUrl: "http://localhost:3010/hub",
});
0.2.5

4 days ago

0.2.4

5 days ago

0.2.3

9 days ago

0.2.2

9 days ago

0.2.1

12 days ago

0.2.0

15 days ago

0.1.19

16 days ago

0.1.18

19 days ago

0.1.17

22 days ago

0.1.16

28 days ago

0.1.15

29 days ago

0.1.13

1 month ago

0.1.14

1 month ago

0.1.12

1 month ago

0.1.11

1 month ago

0.1.10

1 month ago

0.1.8

1 month ago

0.1.9

1 month ago

0.1.7

1 month ago

0.1.6

2 months ago

0.1.4

2 months ago

0.1.3

2 months ago

0.1.5

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago