Skip to content

Tafita-Rtm2/Tafitaapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Edit the API Name and Profile Picture in the config.json

Add API

exports.config = {
    name: 'example',
    author: 'Your_Name',
    description: 'API Description',
    category: 'utility',
    link: ['/example?q=test'] 
};

exports.initialize = async function ({ req, res }) {
    // your api code here
};

Note

You didn't need to add the API link in the html because it will be automatically show in website

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 75.2%
  • HTML 24.5%
  • Nix 0.3%