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)
docker build -t daily-news-api .
docker run --restart always -p 6688:6688 -d daily-news-api
docker-compose up -d
Manual Deployment
git clone <your-repo-url>
cd daily-news-api
npm install
npm run dev
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: