Skip to content

Instantly share code, notes, and snippets.

View johnnyreilly's full-sized avatar

John Reilly johnnyreilly

View GitHub Profile
@johnnyreilly
johnnyreilly / sh
Last active February 21, 2021 19:29
markdown blogpost with sed
// with markdown
npx markdown README.md | sed -e 's|<pre>|<pre class="prettyprint json">|'
// with showdown
npx showdown makehtml -i README.md
@johnnyreilly
johnnyreilly / README.md
Created November 17, 2023 07:30
Get your MVP data for your records

MVP Application

Get your data from the API and write it to a file.

Read index.js for more information.

To run this: