Skip to content

Commit 33f03ca

Browse files
committed
added doc file
1 parent b6276dc commit 33f03ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

BraveSearch/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Brave Search APIs
2+
3+
You need to sign up for a free or paid for account on the [Brave search page](https://brave.com/search/api/) and set an environment variable to your assigned API key:
4+
5+
```{line-numbers: false}
6+
export BRAVE_SEARCH_API_KEY = BSAgQ-Nc5.....
7+
```
8+
9+
## Build and run
10+
11+
cabal build
12+
cabal run
13+

0 commit comments

Comments
 (0)