Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opengento/magento2-snowflake
❄️ Magento 2 Snowflake module allow you to add snow and even more on your site and make winter fun.
https://github.com/opengento/magento2-snowflake
magento magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free opengento
Last synced: 2 months ago
JSON representation
❄️ Magento 2 Snowflake module allow you to add snow and even more on your site and make winter fun.
- Host: GitHub
- URL: https://github.com/opengento/magento2-snowflake
- Owner: opengento
- License: mit
- Created: 2022-03-19T10:07:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T17:17:52.000Z (5 months ago)
- Last Synced: 2024-08-11T18:49:35.107Z (5 months ago)
- Topics: magento, magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free, opengento
- Language: PHP
- Homepage: https://github.com/opengento/magento2-snowflake
- Size: 300 KB
- Stars: 6
- Watchers: 10
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snowflake Module for Magento 2
[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-snowflake.svg?style=flat-square)](https://packagist.org/packages/opengento/module-snowflake)
[![License: MIT](https://img.shields.io/github/license/opengento/magento2-snowflake.svg?style=flat-square)](./LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/opengento/module-snowflake.svg?style=flat-square)](https://packagist.org/packages/opengento/module-snowflake/stats)
[![Packagist](https://img.shields.io/packagist/dm/opengento/module-snowflake.svg?style=flat-square)](https://packagist.org/packages/opengento/module-snowflake/stats)This fun module adds ❄️️ on your website all the time or based on your visitor outside weather.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```shell
composer require opengento/module-snowflake
```### Setup the module
Run the following magento command:
```shell
bin/magento setup:upgrade
```**If you are in production mode, do not forget to recompile and redeploy the static resources.**
## Features
![Let it snow!](doc/snowflake.png)
### Snowflake base on local meteo
Do you like the snow? Do you like to feel the same weather on your favorite website? Try this plugin and get the snow along your local meteo!
Require: [OpenWeatherMap API key](https://openweathermap.org/).
### Force Snowflake
It doesn't snow everywhere, so you can force snow.
### Hacking Snowflake
You don't like snow, no problem, Snowflake can make it rain [cookies](https://twitter.com/MehdiChch/status/1505649692755079169), [hot-dog](https://twitter.com/MehdiChch/status/1505258061249884160) or whatever you want.
## Settings
The configuration for this module is available in `Stores > Configuration > General > ❄️ Snowflake`.
![General Config](doc/config1.png)
![Openweather Config](doc/config2.png)
## Support
Raise a new [request](https://github.com/opengento/magento2-snowflake/issues) to the issue tracker.
## Authors
- **OpenGento Community** - *Lead* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-snowflake.svg?style=flat-square)](https://github.com/opengento/magento2-snowflake/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***