Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/secretpizzaparty/better-plugin-recommendations-server
Create your own recommendations server for the Better Plugin Recommendations platform.
https://github.com/secretpizzaparty/better-plugin-recommendations-server
wordpress wordpress-plugins
Last synced: 2 days ago
JSON representation
Create your own recommendations server for the Better Plugin Recommendations platform.
- Host: GitHub
- URL: https://github.com/secretpizzaparty/better-plugin-recommendations-server
- Owner: secretpizzaparty
- Created: 2017-03-28T23:12:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T20:31:04.000Z (over 2 years ago)
- Last Synced: 2024-04-27T20:20:17.333Z (7 months ago)
- Topics: wordpress, wordpress-plugins
- Language: JavaScript
- Homepage: https://secretpizza.party
- Size: 18.6 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Better Plugin Recommendations Server
Welcome!
This repository contains the very simple node server (powered by hapi.js) that returns results for the Better Plugin Recommendations WordPress plugin.
Feel free to fork this repository to power your own server.
## Instructions
* You'll need node 6+ (7.6+ ideal) to run this
* You should probably have `yarn` installed, but you can get away with just `npm`
* Install with `yarn` (or `npm install` if you prefer the old school route)
* Start the server with `yarn start` (or `npm start` I guess)
* To update the plugin list, just add/remove slugs in `plugins.txt`
* Deploy with [`now`](https://zeit.co/now) super easily if you'd like
* Install the accompanying [WordPress Plugin](https://github.com/secretpizzaparty/better-plugin-recommendations) and add the following to your `wp-config.php` file: `define( 'SPP_BPR_API_HOST', 'yourhost.com' );` -- change the domain to the host where you're serving the API from.
* ...
* Profit 💵