An UI for SPORE webservices based on ls-spore.
bower install
Complete the "ls/config.ls" file :
cp ls/config.ls.sample ls/config.ls
vi ls/config.ls
lsc -c ls/config.ls -o js/
Run a simple http server. You can use nginx, apache, python, node etc ...
python -m SimpleHTTPServer 8001
- Select a SPORE client with the "Clients" menu
- Add a token for authentication
- Select a method with the "Methods" menu
- Complete the form and launch the search
use the following lines to compile livescript to javascript :
sudo npm install -g LiveScript
lsc -wc ls/*.ls -o js/
- PUT, PATCH methods
- Add more authentication methods
- Cookies to store tokens
- Improved forms
- Error handling