Quick test any javascript library in the browser console
February 2021
Yesterday Guillermo Rauch discovered the date-fns page has their library exposed on their documentation page for you to try it directly
Brilliant. New bar for every JS/wasm library site I visit. https://t.co/hh7lIW45aW
— Guillermo Rauch (@rauchg) February 17, 2021
This is definitely good, but I don’t know if any other library does this, what if you want to compare the output with another library? waiting for all the library pages to do this is just wishful thinking.
Buy you don’t need to wait, you can do this on your own thanks to skypack. Open your browser’s console:
Very useful for quick testing
I'm Oscar Franco;
I do open source and lead development teams, I live in Munich 🥨, feel free to contact me!
Open Source
Tempomat [⭐️ 6]
macOS menu bar app that polls your continuous integration system and/or http endpoints and notifies you
when something is broken
Link Preview JS [⭐️ 228]
Typescript library to generate preview of http links (think twitter cards or pasting links into whatsapp)
react-native-macos-menubar-template [⭐️ 72]
A template to create a macOS menubar app using react-native, companion article is in this blog
GH Jester
Github action that posts your jest test results into PRs and commits