Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
jepso-ci
# base64

base64 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