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

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/)

Awesome Lists containing this project

README

          

[![Appveyor build Status](https://ci.appveyor.com/api/projects/status/github/KWB-R/algoliar?branch=master&svg=true)](https://ci.appveyor.com/project/KWB-R/algoliar/branch/master)
[![Travis build Status](https://travis-ci.org/KWB-R/algoliar.svg?branch=master)](https://travis-ci.org/KWB-R/algoliar)
[![codecov](https://codecov.io/github/KWB-R/algoliar/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/algoliar)
[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/algoliar)]()

# 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)