Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Homebrew/formulae.brew.sh

🏎 An online formulae browser for Homebrew
https://github.com/Homebrew/formulae.brew.sh

formulae github-pages homebrew jekyll

Last synced: about 1 month ago
JSON representation

🏎 An online formulae browser for Homebrew

Awesome Lists containing this project

README

        

# Homebrew Formulae

[Homebrew Formulae](https://formulae.brew.sh) is an online package browser for [Homebrew](https://brew.sh).

It displays all packages in the [Homebrew/homebrew-core](https://github.com/Homebrew/homebrew-core) and [Homebrew/homebrew-cask](https://github.com/Homebrew/homebrew-cask). A [GitHub Action](https://github.com/Homebrew/formulae.brew.sh/blob/master/.github/workflows/scheduled.yml) is run periodically which pulls changes from each tap and deploys the site to GitHub Pages.

## JSON API
It also provides a JSON API for all packages (or individual packages) in each tap and their related analytics. This JSON data is used for the creation of the HTML resources on this site.

Currently available:

- List metadata for all formulae and casks
- Get metadata for each formula and cask
- List analytics events for all formulae and casks
- List analytics events for each formula and cask

Read more in the [JSON API documentation](https://formulae.brew.sh/docs/api/).

## Usage
Open in your web browser.

To instead run the site locally, run:
```bash
git clone https://github.com/Homebrew/formulae.brew.sh
cd formulae.brew.sh
rake generate
bundle install
bundle exec jekyll serve
```

## Search
Search is indexed by Algolia crawler at https://crawler.algolia.com/admin/crawlers/26b9e6e2-bce4-4f42-9930-6b6ddf06cc9e/overview.
This is only accessible by brew organisation members.

## License
Code is under the [BSD 2-clause "Simplified" License](LICENSE.txt).