Skip to content

Commit 63dd215

Browse files
committed
Add demo-api readme
1 parent 39da947 commit 63dd215

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

demo-api/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Demo API
2+
3+
[Demo API](https://github.com/scanapi/demo-api) is an API created by the ScanAPI team for demo
4+
purposes. It can be accessed at https://demo.scanapi.dev/api
5+
6+
Requirements:
7+
- [ScanAPI](https://pypi.org/project/scanapi/)
8+
9+
# Run
10+
11+
```shell
12+
$ git clone [email protected]:scanapi/examples.git
13+
$ cd demo-api
14+
$ source .env
15+
$ scanapi
16+
```
17+
18+
The report will be available at `scanapi-report.html`

0 commit comments

Comments
 (0)