3.0.2 • Published 2 years ago

techtwiddle-news-list v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

news

Npm Module that returns latest 10 News npm (scoped)

Install

$ npm i techtwiddle-news-list

Usage

const news = require("techtwiddle-news-list"); 

news()
  .then((res) => {
    
    console.log('11'+res); // Print the news data on the console
  })
  .catch((err) => {
    console.log(err); // Error handler
  });

How to run

node index.js
3.0.2

2 years ago

3.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago