juangm / apiTesting

Functional API test using only mocha as test runner and request library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Testing

⚠️ Warning

  • This program was created for educational purposes.

Description

  • Small project to check API functionality from:
    • New York Times (only the Most Popular API)
    • BitFinex - documentation

Requirements

Run

## Install the modules
yarn install

## Run tests
yarn test

Author

Security Audit

✔️ At 18.05.2023 there is no security vulnerabilities in any of the 340 packages used (direct or indirect)

About

Functional API test using only mocha as test runner and request library

License:MIT License


Languages

Language:TypeScript 91.7%Language:JavaScript 8.3%