https://github.com/kwb-r/algoliar
Simple Access to Algolia REST API (https://www.algolia.com/doc/rest-api/search/)
https://github.com/kwb-r/algoliar
academic algolia api hugo knowledge-repo project-fakin r r-package rstats search
Last synced: 28 days ago
JSON representation
Simple Access to Algolia REST API (https://www.algolia.com/doc/rest-api/search/)
- Host: GitHub
- URL: https://github.com/kwb-r/algoliar
- Owner: KWB-R
- License: mit
- Created: 2019-01-26T14:08:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T06:54:10.000Z (over 6 years ago)
- Last Synced: 2025-05-16T10:11:21.470Z (about 1 year ago)
- Topics: academic, algolia, api, hugo, knowledge-repo, project-fakin, r, r-package, rstats, search
- Language: R
- Homepage: https://kwb-r.github.io/algoliar
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/KWB-R/algoliar/branch/master)
[](https://travis-ci.org/KWB-R/algoliar)
[](https://codecov.io/github/KWB-R/algoliar)
[](https://www.tidyverse.org/lifecycle/#experimental)
[]()
# algoliar
Simple Access to Algolia Search [REST API](https://www.algolia.com/doc/rest-api/search/).
## Installation
```r
#Sys.setenv(GITHUB_PAT = "mysecret_access_token")
#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/algoliar")
```
## Documentation
Release: [https://kwb-r.github.io/algoliar](https://kwb-r.github.io/algoliar)
Development: [https://kwb-r.github.io/algoliar/dev](https://kwb-r.github.io/algoliar/dev)