Skip to content

Instantly share code, notes, and snippets.

@rdeak
Created March 6, 2020 09:53
Show Gist options
  • Save rdeak/b4dc34de6e53ae531cbefe7e6079a40a to your computer and use it in GitHub Desktop.
Save rdeak/b4dc34de6e53ae531cbefe7e6079a40a to your computer and use it in GitHub Desktop.

Encode string to base64 in Node.js

Buffer.from('ta-da').toString('base64')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment