https://github.com/electron/algolia-indices
Algolia search index data for Electron APIs, Tutorials, Packages, and Repos
https://github.com/electron/algolia-indices
Last synced: 9 months ago
JSON representation
Algolia search index data for Electron APIs, Tutorials, Packages, and Repos
- Host: GitHub
- URL: https://github.com/electron/algolia-indices
- Owner: electron
- Archived: true
- Created: 2018-05-13T00:37:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T04:44:13.000Z (about 5 years ago)
- Last Synced: 2024-10-30T00:00:38.774Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://electron-algolia.herokuapp.com
- Size: 21.6 MB
- Stars: 13
- Watchers: 38
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Electron Algolia Indices
> Searchable data about Electron APIs, Tutorials, Packages, Repos, and Apps
## Data Sources
Type | Source
------------ | -----------
APIs | [electron-api.json](https://electronjs.org/blog/api-docs-json-schema)
Tutorials | [electron/i18n](https://github.com/electron/i18n#usage)
Packages | [electron/packages](https://ghub.io/electron-npm-packages)
Repos | [electron/repos](https://github.com/electron/dependent-repos)
Apps | [electron/apps](https://github.com/electron/apps)
## Demo
See [electron-algolia.herokuapp.com](https://electron-algolia.herokuapp.com/)
## Development
Try it out locally:
```sh
git clone https://github.com/electron/algolia-indices
cd algolia-indices
npm install
npm test
npm start
```
## License
MIT