https://github.com/sarequl/SuperWP-API-Proxy-Server
SuperWP - Mainwp API middleman proxy server build with Expressjs to secure origin server.
https://github.com/sarequl/SuperWP-API-Proxy-Server
expressjs hacktoberfest mainwp mainwp-dashboard nodejs
Last synced: about 1 year ago
JSON representation
SuperWP - Mainwp API middleman proxy server build with Expressjs to secure origin server.
- Host: GitHub
- URL: https://github.com/sarequl/SuperWP-API-Proxy-Server
- Owner: sarequl
- Created: 2020-12-13T14:45:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T17:32:34.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T13:02:41.780Z (almost 2 years ago)
- Topics: expressjs, hacktoberfest, mainwp, mainwp-dashboard, nodejs
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
---
# API Reference
```bash
localhost:3000/SITE_ID?requetType=siteStatus
localhost:3000/SITE_ID?requetType=siteInfo
localhost:3000/SITE_ID?requetType=siteHealth
localhost:3000/SITE_ID?requetType=securityStatus
demo:
localhost:3000/1?requetType=siteStatus
```
*Note that you will need to have [Node.js](https://nodejs.org) installed.*
## Install and Start Backend Server
for npm:
```bash
npm install && npm start
```
for yarn:
```bash
yarn && yarn start
```
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fsarequl%2FSuperWP-API-Proxy-Server?ref=badge_shield)
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fsarequl%2FSuperWP-API-Proxy-Server?ref=badge_large)