You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7BsvgDataUrl%7D?q=react&page=20&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=react
Returns an array of strings in format "username" or "username/projectName"
Found 17403 results for "react"(2449ms)
82โโโ frontend/
83โ โโโ index.html # Main HTML template
84โ โโโ index.tsx # React app entry point
85โ โโโ components/
86โ โ โโโ App.tsx # Main app component
126### Testing
127128The project includes a comprehensive test suite using Deno Test and React Testing Library:
129130```bash
1/**
2* @jsxImportSource https://esm.sh/react@18.2.0
3*/
4