/tmf_bbc

This repository contains the BBC enhancement module of TellMeFirst

Primary LanguageJava

TMF BBC Enhancer

This repository contains the BBC enhancement module of TellMeFirst.

This module directly interacts with The BBC News Labs APIs in order to retrieve news related to the results of the classification system of TellMeFirst.

API usage

Once you bulid this module with Maven, you can write the following code for testing:

    BBCEnhancer bbcEnhancer = new BBCEnhancer();
    String API_KEY = bbcEnhancer.getPropValues();
    String URL = bbcEnhancer.createURL("http://dbpedia.org/resource/Barack_Obama", API_KEY);
    String result = bbcEnhancer.getResultFromAPI(URL, "application/json");