1.0.1 • Published 2 years ago

rot13api v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🪃 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

2 years ago