Note
This package is already deprecated, ComicsReader now use firebase as backend.
The proxy server for ComicsReader app.
npm install
cp .sample.env .env
and edit the file
npm run dev
npm run build # build es6 javascript using babel
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