https://github.com/lockstep/wine_shop
https://github.com/lockstep/wine_shop
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lockstep/wine_shop
- Owner: lockstep
- Created: 2016-04-27T02:42:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T05:54:27.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T13:48:14.082Z (about 1 year ago)
- Language: Ruby
- Size: 2.84 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
### Spree
**Default admin**
```
Email: spree@example.com
Password: spree123
```
**Rake to create admin**
```
$ rake spree_auth:admin:create
```
### Scraper
**Install node.js libraries**
```
$ cd scraper
$ npm install
```
**Run the program with output file name**
```
$ node scraper.js > output.csv
```