Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.27 KB

technologies.md

File metadata and controls

21 lines (12 loc) · 1.27 KB

👨‍💻 Technologies

List of technologies used for the construction of the animeflv api.


📦BackEnd tools used

  • nodejs is designed to build scalable network applications.

  • express Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

  • cheerio Fast, flexible & lean implementation of core jQuery designed specifically for the server.

  • cloudscraper Node.js library to bypass Cloudflare's anti-ddos page.

📦Tests tools used

  • mochajs Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.

  • chaijs Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.

  • chai-http HTTP integration testing with Chai assertions.