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

https://github.com/lockstep/wine_shop


https://github.com/lockstep/wine_shop

Last synced: 12 months ago
JSON representation

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
```