Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sfantasy/base64
- Owner: SFantasy
- Created: 2014-07-25T13:28:54.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-07-27T15:52:58.000Z (over 8 years ago)
- Last Synced: 2024-10-12T10:18:17.924Z (2 months ago)
- Language: CSS
- Homepage: http://fantasy.codes/Base64/
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-sassGet more info in [gulpfile.js](gulpfile.js)
## Build locally
```
// Install dependencies
npm install
// Run task with gulp
npm run build
```## License
The MIT License