Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelcollective/acorn-instagram
Utilize Instagram account data in Sage 10's view composers.
https://github.com/pixelcollective/acorn-instagram
Last synced: 3 months ago
JSON representation
Utilize Instagram account data in Sage 10's view composers.
- Host: GitHub
- URL: https://github.com/pixelcollective/acorn-instagram
- Owner: pixelcollective
- License: mit
- Created: 2019-08-05T02:24:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:42:48.000Z (11 months ago)
- Last Synced: 2024-05-01T21:01:45.270Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 534 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Instagram Acorn View Composer
Compose Sage 10 views using images from [Instagram](https://www.youtube.com/watch?v=oHg5SJYRHA0). No authentication required, but authentication supported.
Under active development.
## Requirements
- [Sage](https://github.com/roots/sage) >= 10.0
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.2
- [Composer](https://getcomposer.org)## Installation
Install via Composer:
```bash
$ composer require tiny-pixel/acorn-instagram
```After installation, run the following command to publish the configuration file.
```bash
$ wp acorn vendor:publish
```## Contributing
Contributing, whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
All contributors absolutely must strictly adhere to our [Code of Conduct](https://github.com/pixelcollective/acorn-instagram/blob/master/LICENSE.md).
## License
AcornInstagram is provided under the [MIT License](https://github.com/pixelcollective/acorn-instagram/blob/master/LICENSE.md).