# 👨‍💻 *Technologies*
*List of technologies used for the construction of the animeflv api.*

---

## 📦BackEnd tools used
- [x] *[nodejs](https://nodejs.org/en/) is designed to build scalable network applications.*

- [x] *[express](https://expressjs.com/) Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.*

- [x] *[cheerio](https://cheerio.js.org/) Fast, flexible & lean implementation of core jQuery designed specifically for the server.*

- [x] *[cloudscraper](https://github.com/codemanki/cloudscraper) Node.js library to bypass Cloudflare's anti-ddos page.*


## 📦Tests tools used
- [x] *[mochajs](https://mochajs.org/) 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.*

- [x] *[chaijs](https://www.chaijs.com/) Chai is a BDD / TDD assertion library for [node](http://nodejs.org) and the browser that can be delightfully paired with any javascript testing framework.*

- [x] *[chai-http](https://github.com/chaijs/chai-http) HTTP integration testing with Chai assertions.*