Skip to content

saraswatyash/news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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(res.data); // Print the news data on the console
  })
  .catch((err) => {
    console.log(err); // Error handler
  });

How to run

node index.js

About

Npm Module that returns latest 10 News

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published