Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
assem-ch committed Jun 30, 2015
1 parent 28a149b commit 5292499
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,19 @@ You can use it from console:
.. code-block:: sh
$ alfanous-console -a search -q الله
$ alfanous-console -a search -q Allh
or from Python:

.. code-block:: python
>>> import alfanous
>>> alfanous.do({"action":"search","query":u"الله"})
>>> alfanous.do({"action":"search","query":u"Allh"}) # Buckwalter transliteration
You can use it also from the web service:
http://alfanous.org/jos2 ? action=search & query=لله
http://alfanous.org/jos2 ? action=search & query=الله
http://alfanous.org/jos2 ? action=search & query=Allh

- More about `Install <https://github.com/Alfanous-team/alfanous/blob/master/INSTALL.rst>`_
- More about `API <https://github.com/Alfanous-team/alfanous/tree/master/src/alfanous>`_
Expand Down

0 comments on commit 5292499

Please sign in to comment.