Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/luissantiagodev/platzom
- Owner: luissantiagodev
- License: mit
- Created: 2017-08-06T04:42:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T06:06:53.000Z (over 7 years ago)
- Last Synced: 2024-12-17T19:09:58.966Z (about 1 month ago)
- Language: JavaScript
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)