Skip to content

pancakeswap/gatsby-pancake-api

 
 

Repository files navigation

pancake-api

Set of endpoints utilities for PancakeSwap, based on Serverless.

Dependencies

  • Vercel CLI
    • Required to emulate local environment (serverless functions).

Development

Install requirements

yarn global add vercel

Build

# Install dependencies
yarn

# Build project
vercel dev

Endpoints are based on filename inside the api/ folder.

# api/version.ts
curl -X GET 'localhost:3000/api/version'

# ...

Production

Deploy

Deployments to production should be triggered by a webhook when a commit, or a pull-request is merged to master.

If you need to force a deployment, use the following command:

vercel --prod

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%