forked from redcap3000/Wordscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (15 loc) · 993 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Wordscript
## Wordpress via JSON
## Whats the big idea?
Whats the big idea?
Wordpress is ubiquitous. Everyone uses it, is comfortable. Its not going away. I spent some time playing around with the JSON API Plugin, and found it easier to work with JSON structures for many applications. I was not thrilled with still needing to use a wordpress plugin so I began porting the SQL from an old project, ikipress, into simple API's influenced by get parameters in PHP, Ruby and Node.js. Also included is a Node.js javascript that wraps your Wordpress site into html (basically the api with a html wrapper).
The API is designed to be as bare bones as possible, leaving the developer to implement more advanced templating engines or frameworks.
## Included
## Javascript wordpress reader (via JSON API Plugin) in js/
## http://wordpress.org/extend/plugins/json-api/
## Javascript Node Client
## PHP API
## Ruby API
## Node API
## Ronaldo Barbachano April 2012
## http://doinglines.com