Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deseretbook/solidus_wishlist
https://github.com/deseretbook/solidus_wishlist
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deseretbook/solidus_wishlist
- Owner: deseretbook
- License: bsd-3-clause
- Created: 2016-06-21T16:16:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T21:09:26.000Z (over 6 years ago)
- Last Synced: 2024-04-05T11:33:16.562Z (7 months ago)
- Language: Ruby
- Size: 249 KB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Solidus Wishlist
[![CircleCI](https://circleci.com/gh/deseretbook/solidus_wishlist.svg?style=svg)](https://circleci.com/gh/deseretbook/solidus_wishlist)
A Solidus Wishlist extension enables multiple wishlists per user, as well as managing those as public (sharable) and private. It also includes the ability to notify a friend via email of a recommended product.
---
## Installation
Add the following to your `Gemfile`
```ruby
gem 'solidus_wishlist', github: 'deseretbook/solidus_wishlist'
gem 'solidus_email_to_friend', github: 'welitonfreitas/solidus_email_to_friend'
```Run
```sh
$ bundle install
$ bundle exec rails g solidus_wishlist:install
```
Copyright (c) 2016 Deseret Book, released under the New BSD License