Algolia search index data for Electron APIs, Tutorials, Packages, and Repos
Перейти к файлу
dependabot[bot] 828b77c853
build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (#313)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-16 23:44:10 -05:00
.github build(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#289) 2021-02-23 10:14:36 -08:00
dist feat: update data sources (auto-roll 🤖) 2021-04-01 09:24:13 +00:00
indices build(deps-dev): bump standard from 14.3.4 to 16.0.3 (#250) 2021-01-07 11:42:02 -08:00
lib build: auto download apis from latest stable electron version (#48) 2019-05-29 19:55:17 +02:00
script 🙈 (#92) 2019-08-22 19:40:05 -05:00
.env.example add example env 2018-05-20 21:23:55 -07:00
.gitignore feat: Updates to search indices (#32) 2019-05-22 09:00:32 -07:00
.replrc.js add demo 2018-05-14 08:27:08 -07:00
Procfile add Heroku Procfile to maybe get budo working 2018-05-16 14:01:28 -07:00
demo.css chore: demo site (#55) 2019-05-28 21:37:53 +02:00
demo.js chore: demo site (#55) 2019-05-28 21:37:53 +02:00
electron-api.json feat: update data sources (auto-roll 🤖) 2021-03-24 09:24:12 +00:00
index.js feat: export data into dist folder for easier debugging during dev 2018-06-21 14:07:58 -07:00
package-lock.json build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (#313) 2021-06-16 23:44:10 -05:00
package.json build(deps-dev): bump algoliasearch from 3.35.1 to 4.9.0 (#308) 2021-04-15 01:53:22 -05:00
readme.md update name in readme 2018-06-19 12:37:32 -07:00
test.js fix: update signature for event in test (#131) 2020-05-25 14:09:34 -07:00

readme.md

Electron Algolia Indices

Searchable data about Electron APIs, Tutorials, Packages, Repos, and Apps

Data Sources

Type Source
APIs electron-api.json
Tutorials electron/i18n
Packages electron/packages
Repos electron/repos
Apps electron/apps

Demo

See electron-algolia.herokuapp.com

Development

Try it out locally:

git clone https://github.com/electron/algolia-indices
cd algolia-indices
npm install
npm test
npm start

License

MIT