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/$2?q=api&page=1383&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 18154 results for "api"(5534ms)

byobREADME.md1 match

@vawogbemiUpdated 5 months ago
8### Custom domains
9* Use [cloudflare email workers](https://developers.cloudflare.com/email-routing/email-workers/) or a similiar service to create a custom email domain and route any incoming emails to this val.
10* Use any email api set up with that domain to send emails ie. Sendgrid, Resend, Postmark.
11
12### Toolings

SermonGPTUImain.tsx2 matches

@mjweaver01Updated 5 months ago
76}
77
78const endpointURL = "https://mjweaver01-sermongptapi.web.val.run";
79
80function App() {
642 <title>Sermon Generator</title>
643 <style>
644 @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500&display=swap');
645 body {
646 font-family: 'Roboto', sans-serif;

legendaryVioletBovidmain.tsx1 match

@stevekrouseUpdated 5 months ago
9const STARTER_PROMPTS = [
10 "todo list app persisted in local storage",
11 "weather app using open-meteo API",
12 "interactive markdown editor with live preview",
13 "pomodoro timer with sound notifications",

legendaryVioletBovidREADME.md2 matches

@stevekrouseUpdated 5 months ago
4
51. Sign up for [Cerebras](https://cloud.cerebras.ai/)
62. Get a Cerebras API Key
73. Save it in a [Val Town environment variable](https://www.val.town/settings/environment-variables) called `CEREBRAS_API_KEY`

newThankYouEmailVersionmain.tsx1 match

@stevekrouseUpdated 5 months ago
9
10const stripe = new Stripe(Deno.env.get("stripe_sk_customer_readonly") as string, {
11 apiVersion: "2020-08-27",
12});
13

notionSiteRssmain.tsx3 matches

@baoUpdated 5 months ago
2
3export default async function server(request: Request): Promise<Response> {
4 // Retrieve Notion API token from environment variable
5 const notionToken = Deno.env.get("NOTION_API_TOKEN");
6 const databaseId = Deno.env.get("NOTION_DATABASE_ID");
7
8 if (!notionToken || !databaseId) {
9 return new Response("Notion API token or database ID not configured", { status: 500 });
10 }
11

tweetArchiveViewermain.tsx2 matches

@nuloUpdated 5 months ago
15];
16
17const COBALT_API_URL = "https://dorsiblancoapicobalt.nulo.in";
18
19async function fetchMedia(url) {
20 try {
21 const response = await fetch(COBALT_API_URL, {
22 method: "POST",
23 headers: {

heroicEmeraldWoodpeckerREADME.md5 matches

@stevekrouseUpdated 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.

personalSocialCardGeneratormain.tsx1 match

@mumuUpdated 5 months ago
147 skills: [
148 { name: "机器学习", description: "擅长使用PyTorch和TensorFlow构建复杂模型" },
149 { name: "后端开发", description: "精通Node.js和Python,有丰富的API设计经验" },
150 { name: "数据分析", description: "熟练使用Pandas和SQL进行大规模数据处理" },
151 { name: "DevOps", description: "在AWS和Docker环境下有丰富的部署经验" },

cerebras_codermain.tsx1 match

@adnane007alUpdated 5 months ago
9const STARTER_PROMPTS = [
10 "todo list app persisted in local storage",
11 "weather app using open-meteo API",
12 "interactive markdown editor with live preview",
13 "pomodoro timer with sound notifications",
Request validator for clearance API

Apiify11 file matches

@wolfUpdated 23 hours ago
Kapil01
apiv1