Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ComicsReader/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

ComicsReader API Proxy Server

Note

This package is already deprecated, ComicsReader now use firebase as backend.

The proxy server for ComicsReader app.

Setup

npm install
cp .sample.env .env

and edit the file

Start

npm run dev
npm run build # build es6 javascript using babel

Endpoints

curl \
 -H "Content-Type: application/json" \
 -H "Authorization: Token API_TOKEN_HERE" \
 -X POST \
 -d \
 '{
 "function": "fetchComicsInfo",
 "args": {
 "comicID": "manhua-dongjingshishi"
 }
 }' \
 http://localhost:3000/api

Deployment

About

an api proxy server (deprecated, study only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /