You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/02/23 03:57:59 UTC

[couchdb-b64url] 18/31: Add README file

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-b64url.git

commit d9c132068e0150295a9e024c42f6ee414b9aa0c7
Author: Alexander Shorin <kx...@apache.org>
AuthorDate: Fri Jan 9 18:48:42 2015 +0300

    Add README file
    
    COUCHDB-2539
---
 README.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..38484ae
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,16 @@
+==============
+couchdb-b64url
+==============
+
+This is a pretty simple NIF that is just responsible for encoding and decoding
+Base46 URL values::
+
+    1> Thing = b64url:encode("Hello, CouchDB!").
+    <<"SGVsbG8sIENvdWNoREIh">>
+    2> b64url:decode(Thing).
+    <<"Hello, CouchDB!">>
+
+License
+=======
+
+Apache 2.0