Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/volto-outdooractive
Outdooractive volto integration
https://github.com/collective/volto-outdooractive
Last synced: 3 months ago
JSON representation
Outdooractive volto integration
- Host: GitHub
- URL: https://github.com/collective/volto-outdooractive
- Owner: collective
- Created: 2022-03-11T09:58:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T14:18:07.000Z (over 2 years ago)
- Last Synced: 2024-04-24T20:03:35.979Z (10 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-volto - volto-outdooractive - Integration with OutdoorActive, an external service (Addons)
README
# volto-outdooractive
Volto addon for OutdoorActive (https://www.outdooractive.com/) integration
Install with mrs-developer (see [Volto docs](https://docs.voltocms.com/addons/#use-mrs-developer-to-manage-the-development-cycle)) or with:
```bash
yarn add volto-outdooractive
```For Outdooractive documentation, check it out here:
https://developers.outdooractive.com/## Usage
Add your Outdooractive Project ID and Api key to your env:
```jsx
RAZZLE_OUTDOORACTIVE_PROJECT_ID;
RAZZLE_OUTDOORACTIVE_API_KEY;
```