1.0.1 • Published 3 years ago
rot13api v1.0.1
🪃 ROT13 for NodeJS.
Welcome to the ROT13 API!
This simplified and minimalistic as possible package for encoding your messages into ROT13.
Reading through the guided code will help you learn about how most functions work from end to end.
☀️ Documentation.
- Encoding message.
console.log(rot13.encode('Message'))
returns : Zrfftnr
- Decoding ROT13 message.
console.log(rot13.decode('Zrffntr'))
returns : Message
1.0.1
3 years ago