You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7BsvgDataUrl%7D?q=react&page=25&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"(1340ms)
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