Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/$1?q=api&page=1380&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=api

Returns an array of strings in format "username" or "username/projectName"

Found 18185 results for "api"(1779ms)

properGreenGalliformmain.tsx4 matches

@stevekrouse•Updated 5 months ago
210 } catch (error) {
211 Toastify({
212 text: "We may have hit our Cerebras Usage limits. Try again later or fork this and use your own API key.",
213 position: "center",
214 duration: 3000,
1022 };
1023 } else {
1024 const client = new Cerebras({ apiKey: Deno.env.get("CEREBRAS_API_KEY") });
1025 const completion = await client.chat.completions.create({
1026 messages: [
1146 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1147 <title>CerebrasCoder</title>
1148 <link rel="preconnect" href="https://fonts.googleapis.com" />
1149 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1150 <link
1151 href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
1152 rel="stylesheet"
1153 />

cerebras_coderREADME.md2 matches

@developedbyumair•Updated 5 months ago
6
71. Sign up for [Cerebras](https://cloud.cerebras.ai/)
82. Get a Cerebras API Key
93. Save it in a [Val Town environment variable](https://www.val.town/settings/environment-variables) called `CEREBRAS_API_KEY`
10
11# Todos

cerebras_codermain.tsx4 matches

@developedbyumair•Updated 5 months ago
212 } catch (error) {
213 Toastify({
214 text: "We may have hit our Cerebras Usage limits. Try again later or fork this and use your own API key.",
215 position: "center",
216 duration: 3000,
1024 };
1025 } else {
1026 const client = new Cerebras({ apiKey: Deno.env.get("CEREBRAS_API_KEY") });
1027 const completion = await client.chat.completions.create({
1028 messages: [
1148 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1149 <title>CerebrasCoder</title>
1150 <link rel="preconnect" href="https://fonts.googleapis.com" />
1151 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1152 <link
1153 href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
1154 rel="stylesheet"
1155 />

cerebras_coderREADME.md2 matches

@thetulga•Updated 5 months ago
6
71. Sign up for [Cerebras](https://cloud.cerebras.ai/)
82. Get a Cerebras API Key
93. Save it in a [Val Town environment variable](https://www.val.town/settings/environment-variables) called `CEREBRAS_API_KEY`
10
11# Todos

cerebras_codermain.tsx4 matches

@thetulga•Updated 5 months ago
212 } catch (error) {
213 Toastify({
214 text: "We may have hit our Cerebras Usage limits. Try again later or fork this and use your own API key.",
215 position: "center",
216 duration: 3000,
1024 };
1025 } else {
1026 const client = new Cerebras({ apiKey: Deno.env.get("CEREBRAS_API_KEY") });
1027 const completion = await client.chat.completions.create({
1028 messages: [
1148 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1149 <title>CerebrasCoder</title>
1150 <link rel="preconnect" href="https://fonts.googleapis.com" />
1151 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1152 <link
1153 href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
1154 rel="stylesheet"
1155 />

neatEmeraldVicunaREADME.md5 matches

@stevekrouse•Updated 5 months ago
14and the `excludes` for what you don't want to get notified for.
15
16You can use [Twitter's search operators](https://developer.twitter.com/en/docs/twitter-api/v1/rules-and-filtering/search-operators) to customize your query, for some collection of keywords, filtering out others, and much more!
17
18## 2. Notification
22## Twitter Data & Limitations
23
24The Twitter API has become unusable. This val gets Twitter data via [SocialData](https://socialdata.tools),
25an affordable Twitter scraping API. In order to make this val easy for
26you to fork & use without signing up for another API, I am proxying
27SocialData via @stevekrouse/socialDataProxy. Val Town Pro users can call this proxy
28100 times per day, so be sure not to set this cron to run more than once every 15 min.
29
30If you want to run it more, get your own [SocialData](https://socialdata.tools)
31API token and pay for it directly.

cerebras_coderREADME.md2 matches

@aicodeking•Updated 5 months ago
6
71. Sign up for [Cerebras](https://cloud.cerebras.ai/)
82. Get a Cerebras API Key
93. Save it in a [Val Town environment variable](https://www.val.town/settings/environment-variables) called `CEREBRAS_API_KEY`
10
11# Todos

cerebras_codermain.tsx4 matches

@aicodeking•Updated 5 months ago
210 } catch (error) {
211 Toastify({
212 text: "We may have hit our Cerebras Usage limits. Try again later or fork this and use your own API key.",
213 position: "center",
214 duration: 3000,
1022 };
1023 } else {
1024 const client = new Cerebras({ apiKey: Deno.env.get("CEREBRAS_API_KEY") });
1025 const completion = await client.chat.completions.create({
1026 messages: [
1146 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1147 <title>CerebrasCoder</title>
1148 <link rel="preconnect" href="https://fonts.googleapis.com" />
1149 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1150 <link
1151 href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
1152 rel="stylesheet"
1153 />

solicitousOliveDuckmain.tsx4 matches

@stevekrouse•Updated 5 months ago
220 } catch (error) {
221 Toastify({
222 text: "We may have hit our Cerebras Usage limits. Try again later or fork this and use your own API key.",
223 position: "center",
224 duration: 3000,
1034 };
1035 } else {
1036 const client = new Cerebras({ apiKey: Deno.env.get("CEREBRAS_API_KEY") });
1037 const completion = await client.chat.completions.create({
1038 messages: [
1158 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1159 <title>CerebrasCoder</title>
1160 <link rel="preconnect" href="https://fonts.googleapis.com" />
1161 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1162 <link
1163 href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
1164 rel="stylesheet"
1165 />

solicitousOliveDuckREADME.md2 matches

@stevekrouse•Updated 5 months ago
6
71. Sign up for [Cerebras](https://cloud.cerebras.ai/)
82. Get a Cerebras API Key
93. Save it in a [Val Town environment variable](https://www.val.town/settings/environment-variables) called `CEREBRAS_API_KEY`
10
11# Todos

github-api1 file match

@cricks_unmixed4u•Updated 6 mins ago

xxxclearinghouse_validator

@toowired•Updated 8 hours ago
Request validator for clearance API
apiry
Kapil01