Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alyssais/bingnews

A Node library for getting news data from Bing
https://github.com/alyssais/bingnews

Last synced: 5 days ago
JSON representation

A Node library for getting news data from Bing

Awesome Lists containing this project

README

        

bingnews
========

A Node library for getting news data from Bing

Installation
------------

npm install bingnews

Usage
-----

```javascript
var bingNews = require("bingnews")("API_KEY")

bingNews({ "query": "rabbits", "category": "politics" }, function(error, articles) {
console.log(articles)
})
```