1.0.2-0 • Published 5 years ago

string-to-ascii v1.0.2-0

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
5 years ago

string-to-ascii

Turn strings to ascii quickly!

Import

// Import into a node.js app (The one that can use a require statement)
var stringToAscii = require("string-to-ascii")
<!-- Import into HTML -->
<script src="/path/to/string-to-ascii-browser.js"></script>

Usage

// ===== BOTH FOR NODE.JS APPS AND HTML =====
// Console Logging
var  = require("string-to-ascii")
console.log(stringToAscii(string))

// As a variable
var myNameInAscii = stringToAscii('Nabil')
console.log(myNameInAscii)

Issue / Feature Request

if there is issues or you want a feature implemented please make an issue with the following template:

Type: 'Feature request'-or-'Issue'
Issue: the-issue-here **
Feature request: simplify-your-feature-request *
Steps to reproduce issue: the-steps-to-reproduce-the-issue-here **
Suggestions: give-your-suggestion-if-any-this-is-not-needed ** *
Expected Output: expected-output(for feature request) *

* - For Feature Requests only
** - For issues only
** * - For both feature requests and issues (optional)

Example:

Type: Feature request
Feature request: Add xyz
Suggestions: Make return value contain t
Expected Output: The output of feature xyz should contain t in the return value