Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sfantasy/base64

Base encoder and decoder online
https://github.com/sfantasy/base64

Last synced: about 1 month ago
JSON representation

Base encoder and decoder online

Awesome Lists containing this project

README

        

Base64
---

Base64 encoder and decoder online.

[fantasy.codes/Base64/](http://fantasy.codes/Base64/)

## Introduction

Sample project using [gulp](http://gulpjs.com/).

gulp plugins used:

- gulp-coffee
- gulp-concat
- gulp-ugilfy
- gulp-ruby-sass

Get more info in [gulpfile.js](gulpfile.js)

## Build locally

```
// Install dependencies
npm install
// Run task with gulp
npm run build
```

## License

The MIT License