Skip to content

Commit

Permalink
github actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliuz authored May 8, 2021
1 parent 1ec8b6e commit 1c9be01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# amokjs - very simple api mocking

[![npm version](https://badge.fury.io/js/amokjs.svg)](https://badge.fury.io/js/amokjs)
![amockjs tests](https://github.com/sauliuz/amokjs/actions/workflows/test.yaml/badge.svg)

**amokjs** is a minimal API response mocking framework. It helps you very quickly build and host backend API mocks. It simply serves HTTP responses from the flat files. It supports all HTTP response codes, headers and dynamically generated templated values. See the [example applications](https://github.com/sauliuz/amokjs/tree/master/examples).

Expand Down

0 comments on commit 1c9be01

Please sign in to comment.