New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@airstack/frog

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airstack/frog

Airstack Flavour 🐸 Framework for Farcaster Frames

  • 0.0.19
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

frog logo

frog logo

Airstack Flavour 🐸 Framework for Farcaster Frames

Version MIT License

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

Keywords

FAQs

Package last updated on 08 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc