Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```

[![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)