Readme

Testing Exa's JS SDK

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Exa from "npm:exa-js";
const exa = new Exa("10dd9c98-7872-4023-ae89-ad6e86e1d76a");
const result = await exa.getContents(
["tesla.com"],
{
text: {
maxCharacters: 100000,
},
highlights: true,
},
);
console.log(result);
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
May 8, 2024