Comparing version 0.9.6 to 0.9.8
@@ -8,4 +8,4 @@ { | ||
"name": "newsquery", | ||
"description": "The newsQuery NPM package provides a library to interact with the BBC News Labs APIs", | ||
"version": "0.9.6", | ||
"description": "The newsQuery NPM package provides a library to interact with the BBC News Labs Juicer API", | ||
"version": "0.9.8", | ||
"main": "./lib/newsquery.js", | ||
@@ -12,0 +12,0 @@ "keywords": [ |
@@ -1,11 +0,13 @@ | ||
#newsQuery - For BBC News Labs APIs | ||
#newsQuery - Access the BBC News Labs Juicer API | ||
[![NPM version](https://badge.fury.io/js/newsquery.svg)](http://badge.fury.io/js/newsquery) [![Build Status](https://travis-ci.org/iaincollins/newsQuery.svg?branch=master)](https://travis-ci.org/iaincollins/newsQuery) | ||
[![NPM version](https://badge.fury.io/js/newsquery.svg)](http://badge.fury.io/js/newsquery) [![Build Status](https://travis-ci.org/BBC-News-Labs/newsQuery.svg?branch=master)](https://travis-ci.org/BBC-News-Labs/newsQuery) | ||
The BBC News Labs APIs let you run queries on content from an increasing list of over 40 news sources which includes BBC News but also other publications like Sky News, The Guardian, The Mirror, The Independent, The Daily Record, The Huffington Post and others media, including BBC News and BBC Parliament channels and MP's Twitter accounts. | ||
The BBC News Labs Juicer API let you run queries on content from an increasing list of over 40 news sources which includes BBC News but also other publications like Sky News, The Guardian, The Mirror, The Independent, The Daily Record, The Huffington Post and other media. It also includes content from other sources, including the BBC News and BBC Parliament TV channels and MP's Twitter accounts. | ||
The majority of our content is in the form of article but there are also images, video and tweets from select sources. | ||
The majority of content is in the form of articles from news organisations but there are also images, video and tweets from select sources. | ||
The BBC News Labs API's are **experimental** and are chiefly intended for use by R&D teams in news organisations and universities. If you'd like to more more or have any feedback about them, please get in touch with @BBC_News_Labs via Twitter. | ||
Data about content from other sources - including the BBC News video and image archives - is also held in the Juicer but is not be avalible outside of the BBC network. This content will not normally be surfaced when using this library. | ||
The BBC News Labs Juicer API is are **experimental** and are chiefly intended for use by R&D teams in news organisations and universities. If you'd like to more more or have any feedback about them, please get in touch with @BBC_News_Labs via Twitter. | ||
**Important!** To use this library you must have a BBC News Labs API key (which is free to sign up for). See instructions below for how to do this. | ||
@@ -21,3 +23,3 @@ | ||
Note this is not a production system or an offical BBC production service; it's an experimental platform for research and development - availability suitability for any particular purpose is not guaranteed. | ||
The Juicer is not a production system or an offical BBC production service; it's an experimental platform for research and development - availability suitability for any particular purpose is not guaranteed. | ||
@@ -449,3 +451,3 @@ ### How to get an API key | ||
You can find full information about how the raw BBC News Labs semantic APIs work on the #newsHACK site: | ||
You can find full information about how the raw BBC News Labs Juicer APIs work on the #newsHACK site: | ||
@@ -452,0 +454,0 @@ The Semantic News Labs API: |
137721
459