Skip to content

NeonArray/wp-notion-link-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion Plugin Sync

A Deno-based service that synchronizes and serves a JSON list of WordPress plugins from a Notion database. . This project fetches plugin data from Notion and makes it available through a web server, with automatic periodic synchronization via cron jobs. This on it's own isn't particularly useful. The companion plugin is here. The idea is that this list serves as a source of truth for the plugin to display a link to the Notion page for that specific plugin.

Features

  • Automatic plugin synchronization from Notion
  • HTTP server to serve plugin data
  • Scheduled cron jobs for periodic updates
  • Deno KV storage for caching
  • Deploy to Deno Deploy or run locally

Prerequisites

Installation & Running

git clone https://github.com/NeonArray/wp-notion-link-db
cd wp-notion-link-db

# Rename the .env file and edit the variables within
mv .env.sample .env

# Run the script
deno task dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors