joseph-montanez / shabb-blog

Wordpress Export Parser and Blog API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Stats Issue Stats

ShabbBlog

This is a Wordpress XML parser that serves blog entries, pagination, tags and categories. Its built using F#, Suave and Paket. This currently serves as my API for website shabb.com

In order to build the application run

$ build.cmd // on windows    
$ build.sh  // on mono

In order to run the application run

$ src\ShabbBlog\bin\Release\ShabbBlog.exe

This runs on port 8083, you can access the blog API via http://localhost:8083/

Building

Auto Build and Server Reload on Change

When you are making edits you can run a special task to build and restart the web server to see changes. To do this run the following command.

$ build.cmd KeepBuilding

Maintainer(s)

About

Wordpress Export Parser and Blog API

License:The Unlicense


Languages

Language:F# 49.1%Language:HTML 31.8%Language:JavaScript 11.0%Language:CSS 6.1%Language:Shell 1.5%Language:Batchfile 0.5%