Skip to content

ghas-results/careers-wp

 
 

Repository files navigation

Quickstart

In order to create posts, we use the node-wpapi plugin. This plugin is used to generate application passwords, which will give you a WP_TOKEN.

We need to set user and token credentials, which should be exported in your environment:

export WP_USER='USER HERE'
export WP_TOKEN='PASSWORD HERE'

After that, follow the instructions:

  1. Clone this repo
  2. Install dependendencies on project root: yarn install
  3. Insert posts on WordPress using Lever data with node app.js

Note that you may want to remove older posts before inserting new posts. This script currently does not remove older posts automatically.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.0%
  • HTML 34.4%
  • PHP 8.6%