Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luissantiagodev/platzom

Personal project for fundamentals of Javascript, This is a module that translate a any word into our language we created named "Platzom"
https://github.com/luissantiagodev/platzom

Last synced: 7 days ago
JSON representation

Personal project for fundamentals of Javascript, This is a module that translate a any word into our language we created named "Platzom"

Awesome Lists containing this project

README

        

# Platzom

Platzom is an invented language for a course called
fundamentals of JS. made in platzi.The best place to learn

### Description of the language
- Si la palabra original es un palimodro, se devuelve la misma palabra
- Si la palabra termina en "ar", se le quitan los dos caracteres
- Si la palabra inicia con Z, se le añade "Pe" al final
- Si la palabra traducida tiene 10 o mas letras, se debe partir a la mitad

## Instalation

```
npm install platzom
```

## How to use

```
import plaztom from 'platzom'
platzom("Zorro"); //Zorrope
platzom("Programar") //Program
platzom("Zarpar") //Zarppe
platzom("abecedario") //abece-dario
platzom("sometemos")// sOmEtEmOS
```

#Credits
- [Luis Santiago](https://twitter.com/Fercode7)

## license
[MIT](https://opensource.org/licenses/MIT)