Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dileep17/reqresapitest
sample repo for blog
https://github.com/dileep17/reqresapitest
Last synced: 29 days ago
JSON representation
sample repo for blog
- Host: GitHub
- URL: https://github.com/dileep17/reqresapitest
- Owner: Dileep17
- License: apache-2.0
- Created: 2022-07-20T18:10:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T02:22:18.000Z (over 2 years ago)
- Last Synced: 2024-11-05T10:59:51.495Z (3 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## reqresapitest
This is a Simple api testing node project using
- mocha
- node-fetch
- chai### To install dependencies run
`npm install`
### To run tests in local run
`npm run test`