Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T17:32:34.000Z (about 3 years ago)
- Last Synced: 2024-05-02T04:56:24.251Z (6 months 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=securityStatusdemo:
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
```[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsarequl%2FSuperWP-API-Proxy-Server.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsarequl%2FSuperWP-API-Proxy-Server?ref=badge_shield)
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsarequl%2FSuperWP-API-Proxy-Server.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsarequl%2FSuperWP-API-Proxy-Server?ref=badge_large)