Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swashcap/sc-theme-update

A WordPress updater client/server for your custom theme
https://github.com/swashcap/sc-theme-update

Last synced: 5 days ago
JSON representation

A WordPress updater client/server for your custom theme

Awesome Lists containing this project

README

        

# WP Theme Updater

If you have cURL installed, you can test the server with a request:

```shell
curl http://yoursite.com/path/to/update/server/ --user-agent 'WordPress 4.1; http://mysite.com' --data 'request={"version":"1.0.0"}' --request POST
```