Giter Club home page Giter Club logo

ngx-morse's Introduction

Ngx-Morse

npm npm bundle size NPM

A simple morse code encoder and decoder for Angular.

Demo : https://monkeyscript.github.io/ngx-morse/

Installation

Using npm :

$ npm i ngx-morse

Usage

Import and use NgxMorseService in your component. It's that simple :)

import { NgxMorseService } from 'ngx-morse';
 
@Component({...})

export class YourComponent {
  
  constructor(private morse: NgxMorseService) {}
 
  encode() {
    let encoded = this.morse.encode('hello world!');
    // .... . .-.. .-.. --- / .-- --- .-. .-.. -.. -.-.--
  }

  decode() {
    let decoded = this.morse.decode('.... . .-.. .-.. --- / .-- --- .-. .-.. -.. -.-.--');
    // hello world!
  }

}

Methods

  • encode() : Takes a text as input and returns its morse code.

  • decode() : Takes a morse code as input and returns its text value.

Issues & Contributions

For a new feature, create an issue here. Open to all contributions :)

License

Apache-2.0. Please see the license file for more information.

ngx-morse's People

Contributors

aathira001 avatar dependabot[bot] avatar hemangsk avatar monkeyscript avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ngx-morse's Issues

Update packages

  • Update angular to the latest (refer Angular official doc for steps).
  • Build (script provided in package.json) and test the library in an independent project.

Prefer someone with experience in Angular and npm package development.

Feature enhancement

This library is open to PRs to enhance its features. Any valid and useful features are welcomed.

Add unit tests

Unit tests with maximum code coverage are to be added.

Prefer people with experience in Angular unit tests and npm package dev.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.