Skip to content

NewsAPI.org web client - built using winjs, webclient script

License

Notifications You must be signed in to change notification settings

sky-philipalmeida/guganews

 
 

Repository files navigation

Guganews

This is a simple web client news reader for newsapi.org

We are also using online translation services (yandex) in order to build the news queries.

For a better user experience please use an Android System with the default Chrome web browser.

The main components are:

  • WinJS3
  • Nodejs 6
  • newsapi.org (REST API)
  • translate.yandex.net (REST API)

Image of Yaktocat

Install & run

export TRANS_KEY=trnsl.1.XXX // Get a key for the translate api here translate.yandex.net.
export NAPI= XXX // Get a key at translate.yandex.net.
node server.js

http://localhost:8080

Live demo

http://www.guganews.com

Openshift V3

Compatible (Don't forget the ENV's vars.)

About

NewsAPI.org web client - built using winjs, webclient script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • JavaScript 2.8%
  • HTML 1.2%
  • Other 0.6%