1.1.1 • Published 5 years ago

news-assistant v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

usage

  npm install news-assistant -g
  const fetchNews = require("news-assistant")

  fetchNews("nba", options, function(err, data) {

  })

options

optional

  • handler - custom function ex:
  function() {
    return [1,2]
  }

test

$ getNews
1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago