Skip to content

Instantly share code, notes, and snippets.

View jeremyikwuje's full-sized avatar
🏠
Working from home

Jeremy Ikwuje jeremyikwuje

🏠
Working from home
View GitHub Profile
@jeremyikwuje
jeremyikwuje / markdown-to-email
Created January 22, 2024 07:12 — forked from rtulke/markdown-to-email
markdown-to-email A simple script to send beautifully formatted emails that you write in Markdown. The email will have an HTML payload and a plain-text alternative, so you'll make everyone happy, including yourself.
#!/usr/bin/env python
'''
Send an multipart email with HTML and plain text alternatives. The message
should be constructed as a plain-text file of the following format:
From: Your Name <your@email.com>
To: Recipient One <recipient@to.com>
Subject: Your subject line
---
@jeremyikwuje
jeremyikwuje / states-and-cities.json
Created February 26, 2023 13:47 — forked from mykeels/states-and-cities.json
Nigerian States and Cities in JSON
[
{
"name": "Abia",
"cities": [
"Aba South",
"Arochukwu",
"Bende",
"Ikwuano",
"Isiala Ngwa North",
"Isiala Ngwa South",