Go to file
samuele.berlusconi d24593a04a Better and cleaner game search 2020-10-24 20:52:29 +02:00
.github/workflows Create codeql-analysis.yml 2020-10-02 16:48:16 +02:00
.vscode New functions 2020-10-01 21:13:23 +02:00
app Better and cleaner game search 2020-10-24 20:52:29 +02:00
test Better and cleaner game search 2020-10-24 20:52:29 +02:00
.deepsource.toml Addes style_guide 2020-10-15 21:15:48 +02:00
.gitattributes Initial commit 2020-09-26 13:37:43 +02:00
.gitignore Fixed unit tests, better game search and improved speed 2020-10-12 14:11:36 +02:00
README.md Format code with prettier 2020-10-21 13:31:39 +00:00
coverage.lcov Updated unit tests 2020-10-21 22:35:48 +02:00
package-lock.json Updated unit tests 2020-10-21 22:35:48 +02:00
package.json Updated unit tests 2020-10-21 22:35:48 +02:00

README.md

DeepSource CodeFactor FOSSA Status Known Vulnerabilities codecov

F95API

Unofficial Node JS module for scraping F95Zone platform

Guidelines for errors

  • If you can, return a meaningful value
  • Return null only if the function should return a complex object (including strings)
  • Return an empty array if the function should return an array
  • Return false, -1 when the function should retrn boolean or number
  • Throw an exception only if it is an error or if a wrong value could mess up the functioning of the library