An open API service indexing awesome lists of open source software.

https://github.com/102/mdn-open


https://github.com/102/mdn-open

hacktoberfest

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# mdn-open

A CLI tool that makes MDN search easy for anyone with access to command line

Powered by https://mdn.io/

## Usage

```bash
# to use it this tool, you can either install it
# with npm
npm install -g mdn-open
# with yarn
yarn global add mdn-open
# and use it passing the search query as argument
mdn object tostring

# or, if you don't want to install it, you can use npx
npx mdn-open object tostring

# MDN docs about Object.prototype.toString() will open in your default browser
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/toString
```