Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloc/fibonacci
Demonstrates the technical aspects of my speech about the transition from Wordpress AJAX endpoints to Rest API
https://github.com/lloc/fibonacci
Last synced: about 1 month ago
JSON representation
Demonstrates the technical aspects of my speech about the transition from Wordpress AJAX endpoints to Rest API
- Host: GitHub
- URL: https://github.com/lloc/fibonacci
- Owner: lloc
- Created: 2017-11-03T11:21:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T10:39:39.000Z (about 7 years ago)
- Last Synced: 2024-10-18T09:14:01.463Z (2 months ago)
- Language: PHP
- Size: 351 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fibonacci
Demonstrates the technical aspects of my speech about the transition from Wordpress AJAX endpoints to Rest API.
You need to install the vendor packages with `composer install --no-dev` if you want to use this plugin.
- Ativate the plugin in the WordPress admin
- Open the JavaScript console or Code Inspector in your browser
- You will see the confermation that a sequence was created
- on "Return" you will go ahead with the next number in the sequence
- on "Esc" the sequence will be halted/deleted## Tests
There are some unit tests available. Just run `composer install` in your shell. This will install everything you need for unit testing. Afterwards just call `phpunit`.