![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
@dhnapi/news-api
Advanced tools
Simple News-API scrapper library
@@ Created on 1-12-21 | Dehanjing @@
+ Updated on 3-12-21 | Dehanjing
npm install @dhnapi/news-api
yarn add @dhnapi/news-api
NO | NAME | DESCRIPTION |
---|---|---|
1 | Antara | Get news on Antara |
2 | BBC | Get news on BBC |
3 | CNBC | Get news on CNBC |
4 | CNN | Get news on CNN |
5 | Daily | Get news on Daily |
6 | Detik | Get news on Detik |
7 | Fajar | Get news on Fajar |
8 | IDN | Get news on IDN |
9 | Indozone | Get news on Indozone |
10 | INews | Get news on INews |
11 | Kompas | Get news on Kompas |
12 | Kontan | Get news on Kontan |
"use strict";
let NewsAPI = require("@dhnapi/news-api");
let dapi = new NewsAPI();
// @return {Object} class
// console.log(dapi);
/**
*
* CNN - ID
* @param callback {Function}
*
**/
dapi.cnn((response, error) => {
if (error) return console.error(error.stack);
/**
* @return {Object} response
* @object AxiosResponse
**/
return console.info("success scrapping ~~", JSON.stringify(response.data, null, 2));
});
+ dont forget to star <3
! contribute to this project! ~~~
- please add issue if you having problem with installation
! github: https://github.com/Dehanjing/news-api
FAQs
Simple News-API scrapper library
The npm package @dhnapi/news-api receives a total of 1 weekly downloads. As such, @dhnapi/news-api popularity was classified as not popular.
We found that @dhnapi/news-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.