0.0.11 • Published 2 days ago

@airstack/frog v0.0.11

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

Get Started

To get started, simply install the Airstack Frog Recipe:

npm i @airstack/frog hono

and create a new Frog instance with Airstack API key (required) provided as an input:

import { Frog } from "@airstack/frog";

export const app = new Frog({
  apiKey: process.env.AIRSTACK_API_KEY as string,
});

To run your project, run the following command:

npx @airstack/frog dev

Learn More

The Airstack Frog Recipes inherit all the functionalities that Frog Framework offers, with the integration of Airstack features.

For all Frog functionalities, head to Frog documentation to read and learn more about Frog.

For all Airstack features included in Airstack Frog Recipes, you can find more information about it here.

Developer Support

If you need any help or assistance in building your Farcaster Frame using Airstack Frog Recipes, you can get in touch with us on our Telegram.

Contributing

If you're interested in contributing, please read the contributing docs before submitting a pull request.

License

MIT License