Skip to content
/ mors Public

A simple module to help play a text as morse code.

License

Notifications You must be signed in to change notification settings

didasy/mors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mors

A simple module to help play a text as morse code.

Requirements

  • Node.js 4 or later

How to Install

npm install node-mors

How to Use

Minimum example:

const mors = require('node-mors');

mors('my text', function(toneLen, play) {
	// Your code here
});

About

A simple module to help play a text as morse code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages