/blog-redirect

This simple server that redirects the requests to my blog published on Simplenote

Primary LanguageJavaScript

Blog Redirect Server

This is a simple server that redirects to the correct Simplenote post for each blog post. You can check my blog "JV's Brain Backup" here.

Running the server

  1. Install dependencies: npm install
  2. Run the server: npm start