https://github.com/sdball/kino_duckduckgo
An Elixir Livebook smart cell for the ExDuck library
https://github.com/sdball/kino_duckduckgo
Last synced: 7 days ago
JSON representation
An Elixir Livebook smart cell for the ExDuck library
- Host: GitHub
- URL: https://github.com/sdball/kino_duckduckgo
- Owner: sdball
- License: mit
- Created: 2022-08-13T15:46:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T00:49:33.000Z (11 months ago)
- Last Synced: 2025-08-23T12:17:23.993Z (4 months ago)
- Language: Elixir
- Size: 570 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kino DuckDuckGo
An Elixir Livebook smart cell interface for [ExDuck](https://github.com/sdball/ex_duck)
## Installation
`kino_duckduckgo` can be installed by adding it to your list of
dependencies in your Livebook setup section:
```elixir
Mix.install([
{:kino_duckduckgo, "~> 0.1.2"}
])
```
## Documentation
Kino DuckDuckGo documentation can be found at
.
## Usage
Add this package to your Livebook setup section. Then you'll have an "DuckDuckGo" smart cell available.
Query for a given topic and the results will be displayed in markdown directly in your Livebook and the underlying data map will be assigned to the given variable name.
