RESTful and experimental API for nhentai and other doujinshi
ファイルへ移動
sinkaroid 12394ca5fd
ci: test start server and mock index
2022-06-14 15:21:24 +07:00
.github ci: test start server and mock index 2022-06-14 15:21:24 +07:00
src fix(asmhentai): strict name 2022-06-12 07:58:42 +07:00
test feat(nhentai): staged changes 2022-06-07 15:42:24 +07:00
.env.schema chore: add `env.schema` example 2022-06-07 19:23:21 +07:00
.eslintignore style: add eslintignore for compiled files 2022-06-07 19:25:44 +07:00
.eslintrc.json
.gitignore chore: add webstorm project to gitignore 2022-06-12 07:43:39 +07:00
CHANGELOG.md docs: staged changes 2022-06-12 08:03:30 +07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Procfile
README.md ci: test start server and mock index 2022-06-14 15:21:24 +07:00
SECURITY.md
package.json chore(release): 1.0.6-dev 2022-06-12 07:47:15 +07:00
tsconfig.json fix: proper include path 2022-06-04 05:05:33 +07:00

README.md

jandapress

RESTful and experimental API for the doujinboards

jandapresspress was named JCE (jandapress Cheerio Express) and definitely depends on them.
The motivation of this project is to bring you an actionable data related doujin with gather in mind.

ContributingDocumentationReport Issues


The problem

You enjoy using some doujin sites to build web applications. There are a lot doujinshi sites that have hq effort especially pururin, simply-hentai and so on, not official api available nor public resource that can be used for everyone. Instead make lots of abstraction or enumerating them manually, You can using jandapress to make less of pain.

The solution

Luckily there are solutions. Jandapress is here.

Routing

  • / : Index page

  • /nhentai : nhentai api

    • get
      • takes parameters : book
    • search
      • takes parameters : query, ?page, ?sort
    • related
      • takes parameters : book
    • random
  • /pururin : pururin api

    • get
      • takes parameters : book
    • search
      • takes parameters : query, ?page, ?sort
    • random
  • /hentaifox: hentaifox api

    • get
      • takes parameters : book
    • search
      • takes parameters : query, ?page, ?sort
    • random
  • /asmhentai: asmhentai api

    • get
      • takes parameters : book
    • search
      • takes parameters : query, ?page
    • random
  • /hentai2read: hentai2read api

    • get
      • takes parameters : book
    • search
      • takes parameters : query
  • /simply-hentai: simply-hentai api

    • get
      • takes parameters : book