npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

novel-opds-now

v3.1.1

Published

按需生成 epub,此模組不使用排程任務來生成 epub

Downloads

105

Readme

novel-opds-now

按需生成 epub,此模組不使用排程任務來生成 epub

按需生成 epub,此模組不使用排程任務來生成 epub 所有 epub 只在請求時才會打包 並且如果發現有緩存的話,則會直接使用緩存 而不會再打包一次,同一個檔案在 24 小時內只會更新一次 使用了 IPFS 模組來進行緩存

install

請記得先安裝 Node.js 推薦安裝最新版

接著如果是 windows 系統 可以利用 win + R 然後輸入 cmd /k

image_1

接著在終端機裡面輸入以下指令

npm 安裝/更新

此指令僅需於安裝或者更新時才輸入

npm install --force -g novel-opds-now

啟動伺服器,此指令每次要啟動伺服器時都要輸入(以下兩個指令隨便選一個)

novel-opds-now -p 3000
npx novel-opds-now -p 3000

使用 Proxy 的情況下

novel-opds-now -p 3000 --proxy http://xxx.xxx.xxx.xxx:xxxx

或者設定環境參數 HTTP_PROXY

npx 安裝/啟動

( 不推薦使用 npx 來進行安裝,但如果有奇奇怪怪的狀況可以嘗試看看 )

npx novel-opds-now

FAQ

  1. 安裝成功,但啟動伺服器時出現 'novel-opds-now' 不是內部或外部命令、可執行的程式或批次檔。 訊息的話,請改用 npx novel-opds-now 指令來啟動伺服器

  2. 當手機與電腦不同網路環境下,請利用 https://www.npmjs.com/package/share-localhost 這類工具來讓試著連接伺服器

  3. 安裝時出現 assemblyscript 安裝失敗,請安裝 git

  4. 如果是大陸GFW牆內使用者 請依照此篇 來做設定 https://segmentfault.com/a/1190000004444283


image

image_2