About
api-data is an entry point into the /api routes. With file-based routing, markdown support, I18n, and UnoCSS for styling and icons.
Fetching Data
- useFetch - Fetch data from the server
// syntax highlighting example
import { useFetch } from '~/composables/fetch'
// syntax highlighting example
import { useFetch } from '~/composables/fetch'
TODO
- [x] Add a Cloudflare Worker to serve the site
- [x] Make the site SSR compatible
- [ ] Make the urls in markdown pages dynamic
- [ ] Add healthcheck data to MSW
Check out the GitHub repo for more details.