Duck Facts is a Raycast extension that displays interesting facts about ducks.
This extension generates and displays random facts about ducks using AI.
Disclaimer: The facts generated by this extension are created using AI and may not be accurate or factual. Please verify any information before using it as a reliable source.
- Generates a new duck fact each time the extension is run
- Uses AI to create unique and interesting facts
- Make sure you have Raycast installed on your machine.
- Install the Duck Facts extension from the Raycast store.
- Open Raycast
- Search for "Duck Facts" or "Generate Fact About Ducks"
- Press Enter to run the extension
- A new duck fact will be displayed
- To generate a new fact, use the "Regenerate Suggestions" action in the action panel
To set up the project for development:
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
npm run build
: Build the extensionnpm run dev
: Run the development servernpm run lint
: Run the linternpm run fix-lint
: Fix linting issues automatically
- @raycast/api: ^1.77.1
This project is licensed under the MIT License.