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

https://github.com/hiroppy/fake-store

For Redux's test
https://github.com/hiroppy/fake-store

redux test

Last synced: 2 months ago
JSON representation

For Redux's test

Awesome Lists containing this project

README

          

# fake-store
[![Build Status](https://travis-ci.org/abouthiroppy/store-fake.svg?branch=master)](https://travis-ci.org/abouthiroppy/store-fake)
[![codecov](https://codecov.io/gh/abouthiroppy/store-fake/branch/master/graph/badge.svg)](https://codecov.io/gh/abouthiroppy/store-fake)

Use with Container Component's test.

### Install
```sh
$ npm install -D fake-store
```

### Usage
```js
import fakeStore from 'fake-store';
```