Skip to content

DavidModzz/canvas-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas Api's

Api to create welcome and farewell images and image manipulation

API Reference

Get welcome image

  GET /api/maker/welcome
Parameter Type Description
name string Required. Participant name
gpname string Required. Group name
member number Required. Member count
pp url Required. Profile url
bg url Required. Background url

Get goodbay image

  GET /api/maker/goodbay
Parameter Type Description
name string Required. Participant name
gpname string Required. Group name
member number Required. Member count
pp url Required. Profile url
bg url Required. Background url

Demo

https://canvas-api.onrender.com/

Deployment

To install all dependencies

  npm install

To run this project

  npm run start

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Authors

Releases

No releases published

Packages

No packages published