Mac Command Line for Web Devs
- mdn-search.
-
Quick tool for search in Mozilla Developer Network from command line, built with nodejs by Nicolás Arias (ezakto):
-
Usage:
-
mdn [options] [command] <query>
Mac Command Line for Web Devs
Quick tool for search in Mozilla Developer Network from command line, built with nodejs by Nicolás Arias (ezakto):
Usage:
mdn [options] [command] <query>
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="author" content="Joni Weiss -- dba HandMade Pixels"> | |
| <style> | |
| .open-close { | |
| background-color: #2aabd2; | |
| font-weight: bold; | |
| border-radius: 12px; | |
| } |
| var areWeOpen = function() { | |
| var bizHours = [ | |
| ["0900", "1800"], | |
| ["0630", "2000"], | |
| ["0630", "2000"], | |
| ["0630", "2000"], | |
| ["0630", "2000"], | |
| ["0630", "2000"], | |
| ["0800", "2000"] | |
| ]; |