Go to file
deepsource-autofix[bot] c789b1f4ab
Format code with prettier
This commit fixes the style issues introduced in 611729a according to the output
from prettier.

Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/e85ee086-383c-4d69-b8e4-1d96a62a2790/
2020-10-21 13:33:20 +00: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 Format code with prettier 2020-10-21 13:33:20 +00:00
test Format code with prettier 2020-10-21 13:33:20 +00: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 Fixed timeout errors (probably), fixed missing preview for games 2020-10-21 15:31:11 +02:00
coverage.lcov Updated version 2020-10-14 15:21:12 +02:00
package-lock.json Fixed timeout errors (probably), fixed missing preview for games 2020-10-21 15:31:11 +02:00
package.json Fixed timeout errors (probably), fixed missing preview for games 2020-10-21 15:31:11 +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