Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unistra/ls-spore-ui
An UI for SPORE webservices based on ls-spore.
https://github.com/unistra/ls-spore-ui
Last synced: 10 days ago
JSON representation
An UI for SPORE webservices based on ls-spore.
- Host: GitHub
- URL: https://github.com/unistra/ls-spore-ui
- Owner: unistra
- Created: 2015-01-30T10:31:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T10:19:00.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T02:00:03.027Z (7 months ago)
- Language: LiveScript
- Size: 168 KB
- Stars: 1
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
ls-spore-ui
===========An UI for SPORE webservices based on `ls-spore`_.
.. _ls-spore: https://github.com/unistra/ls-spore
Usage
=====Install dependencies
--------------------.. code-block:: bash
bower install
Config
------Complete the "ls/config.ls" file :
.. code-block:: bash
cp ls/config.ls.sample ls/config.ls
vi ls/config.ls
lsc -c ls/config.ls -o js/Run
---Run a simple http server. You can use nginx, apache, python, node etc ...
.. code-block:: bash
python -m SimpleHTTPServer 8001
Use
---* 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 searchDevelopement
============Use Livescript
--------------
use the following lines to compile livescript to javascript :.. code-block:: bash
sudo npm install -g LiveScript
lsc -wc ls/*.ls -o js/TODO
----* PUT, PATCH methods
* Add more authentication methods
* Cookies to store tokens
* Improved forms
* Error handling