Skip to content

secretpizzaparty/better-plugin-recommendations-server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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 super easily if you'd like
  • Install the accompanying WordPress Plugin 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 💵

About

Create your own recommendations server for the Better Plugin Recommendations platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published