https://github.com/rees46/api-docs
https://github.com/rees46/api-docs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rees46/api-docs
- Owner: rees46
- License: bsd-3-clause
- Created: 2024-03-29T10:22:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T10:18:23.000Z (5 months ago)
- Last Synced: 2026-01-13T13:21:07.752Z (5 months ago)
- Language: HTML
- Size: 2.97 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
REES46 API
------------
* Tracks behavior
* Recognize users
* Recommends products
* Search products
* Send emails
* Send web/mobile push
* etc.
Read the https://reference.api.rees46.com for usage details.
## Setup for updates
Install `rvm`: https://rvm.io
Install ruby 2.7.x using rvm:
```shell
rvm install 2.7.0
```
Use ruby 2.7.0:
```
rvm 2.7.0
```
Install gem bundler, if not present:
```
gem install bundler
```
Install gems:
```
bundle install
```
Run dev server:
```
bundle exec middleman server
```