Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beaulebens/twizzle
Twizzle is an experiment with the WordPress REST API.
https://github.com/beaulebens/twizzle
Last synced: about 2 months ago
JSON representation
Twizzle is an experiment with the WordPress REST API.
- Host: GitHub
- URL: https://github.com/beaulebens/twizzle
- Owner: beaulebens
- License: gpl-2.0
- Created: 2015-04-24T01:08:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T22:19:20.000Z (over 9 years ago)
- Last Synced: 2024-04-29T23:49:55.577Z (9 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twizzle
Twizzle is an experiment with the WordPress REST API. It is intended to be used in conjunction with the VIP Workshop VM, so you'll need to make some changes to use it 'stand-alone'.Once you've cloned this repo locally;
- `npm install`
- `npm start`
- Access http://vip-workshop.dev:3030/If you'd like to change the site that posts are being loaded from, then just change the URL on line 37 of `www/twizzle.js`.