📺 Watch Episode 146 Git It? on YouTube
🚨 All stickers have been claimed and mailed out, but feel free to submit a PR if you just want some github practice.
This project provides a CLI script that allows you to encrypt your mailing address with a public key. I can then decrypt it with my private key and mail you a sticker.
Note: You must have Node 8 or later installed locally. Note: Your commit must contain only 1 file. Verify that you did not change any existing code before making your PR.
fork this repo
git clone
your fork url- Enter the project and run
npm install && git checkout -b mysticker
npm run address
and enter your address carefully.- Copy the encrypted address to a new file in
/stickers/<your-github-username>.txt
git add . && git commit -m <your-message>
git push origin mysticker
- Open new pull request on Github
- Wait 1 to 2 weeks for the sticker 💌
Pro Tip: Follow me on Github to get early access to new projects on AngularFirebase.com before they become videos.
You can have a look at the inner workings here.