Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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