|
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| app | ||
| test | ||
| .deepsource.toml | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
| coverage.lcov | ||
| package-lock.json | ||
| package.json | ||
README.md
F95API
Unofficial Node JS module for scraping F95Zone platform
Guidelines for errors
- If you can, return a meaningful value
- Return
nullonly if the function should return a complex object (including strings) - Return an empty array if the function should return an array
- Return
false,-1when the function should retrnbooleanornumber - Throw an exception only if it is an error or if a wrong value could mess up the functioning of the library