Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forbeslindesay/base64
base64 encode/decode in JavaScript
https://github.com/forbeslindesay/base64
Last synced: 16 days ago
JSON representation
base64 encode/decode in JavaScript
- Host: GitHub
- URL: https://github.com/forbeslindesay/base64
- Owner: ForbesLindesay
- Created: 2012-11-17T21:44:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T18:47:54.000Z (over 7 years ago)
- Last Synced: 2024-10-20T04:42:53.768Z (24 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 11
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
[![Build Status](https://secure.travis-ci.org/ForbesLindesay/base64.png?branch=master)](https://travis-ci.org/ForbesLindesay/base64)
[![Dependency Status](https://img.shields.io/david/ForbesLindesay/base64.svg)](https://david-dm.org/ForbesLindesay/base64)
# base64base64 encode/decode in JavaScript
## Installation
$ component install ForbesLindesay/base64
## API
### encode(text)
Turn plain text into base64-encoded text
### decode(text)
Turn base64-encoded text into plain text.
## License
MIT