New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

daily-news-api

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daily-news-api

An Api on Today's Hot list

  • 0.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-23.08%
Maintainers
0
Weekly downloads
 
Created
Source

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:

Keywords

FAQs

Package last updated on 25 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc