Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loveky/jsonpmock
mock up your jsonp API with ease
https://github.com/loveky/jsonpmock
Last synced: 12 days ago
JSON representation
mock up your jsonp API with ease
- Host: GitHub
- URL: https://github.com/loveky/jsonpmock
- Owner: loveky
- Created: 2016-01-17T10:43:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T16:21:51.000Z (almost 9 years ago)
- Last Synced: 2023-03-13T13:22:33.522Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://jsonpmock.xyz/
- Size: 24.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsonpmock
[![Build Status](https://travis-ci.org/loveky/jsonpmock.svg?branch=master)](https://travis-ci.org/loveky/jsonpmock)
[![Coverage Status](https://coveralls.io/repos/github/loveky/jsonpmock/badge.svg?branch=master)](https://coveralls.io/github/loveky/jsonpmock?branch=master)mock up your jsonp API with ease
developed & tested under Node version 5.4.1
### Development
```shell
git clone https://github.com/loveky/jsonpmock.git
cd jsonpmock
cp config/development.json.sample config/development.json
npm install
npm start
```
[Check here](https://github.com/luin/ioredis/blob/master/API.md#new_Redis_new) for available redis configuration in `development.json`### Test
```shell
npm test
```
Then, you can view the coverage report in `coverage/lcov-report/index.html` file.