Skip to content
forked from neoxr/open-api

Base Script for API Website

Notifications You must be signed in to change notification settings

cifumo/open-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPEN-API

JavaScript base website script using a plugin as a router that is lightweight and easy to customize.

Features

  • Plugin as Router
  • Auto List Feature
  • High Optimation
  • Easy to Customize
  • Suitable for Rest API
  • etc.

Installation & Run

$ yarn
$ node .

or want to use pm2

$ yarn
$ npm i -g pm2
$ pm2 start index.js && pm2 save && pm2 logs

Conclusion

Open-API is part of Neoxr API

About

Base Script for API Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Procfile 0.4%