Loxodonta API
A simple API built with Next.js and deployed on Vercel Functions.
This is a personal API project set up with Vercel Functions and serverless architecture. The plan is to build it out and increase functionality over time.
How to Use
You can make GET requests to the endpoints listed above. For example:
fetch('https://loxodonta-function-api.vercel.app/api/hello') .then(response => response.json()) .then(data => console.log(data))