Skip to content

yurtzy/universal-api

Repository files navigation

Universal API

Welcome to the Universal API repository!

This repository serves as a central hub for linking your various APIs (such as your comix-api) and routing requests.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

API Architecture

  • /api: The root entrypoint. It acts as a proxy template to forward requests based on target parameters (e.g. ?target=comix).

Deployment

For now, the project is a clean slate. You should link this repository to your preferred hosting provider (like Vercel) when you are ready to deploy your universal API router.


Note: All legacy scraper tests and deployments have been purged from the main branch to give you a pristine starting point.