Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 702 Bytes

Vessel API Demo

Build Integrations in Minutes

Getting Started

First update the .env file and include your Vessel API Token

VESSEL_API_TOKEN=<your api token>

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

All API requests are put into the pages/api directory. You can read more about the Next.js API routes here.

We are using the Vessel API SDK to make requests to the Vessel API. You can read more about the API here

Live Demo

To see a live demo that uses a similar structure, check out Sales Viz