0.0.7 • Published 10 months ago

daily-news-api v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Daily-News-Api

English | 简体中文

This project is a secondary development based on imsyy/DailyHotApi

Features

  • Inherits all functions of the original project
  • Simplified the UI interface
  • Added some interfaces needed by myself

API Overview

Please refer to the original project documentation: imsyy/DailyHotApi

Deployment

Docker Deployment (Currently Not Supported)

# Build
docker build -t daily-news-api .

# Run
docker run --restart always -p 6688:6688 -d daily-news-api
# Or use Docker Compose
docker-compose up -d

Manual Deployment

# Clone the repository
git clone <your-repo-url>
cd daily-news-api

# Install dependencies
npm install

# Development
npm run dev

# Build and Run
npm run build
npm run start

Notes

  • This project is a secondary development based on imsyy/DailyHotApi
  • Data is cached by default, with a default cache time of 60 minutes
  • Some interfaces use web scraping. If this violates any website's terms of service, please notify us to remove the interface

Disclaimer

  • This project is for learning and technical research purposes only
  • Please comply with all terms and disclaimers of the original project
  • Users assume all responsibility for any issues arising from using this project

Acknowledgments

Special thanks to:

0.0.3

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.2

11 months ago

0.0.1

11 months ago