anuml / newsmap-js

NewsMap JS - JS implementation of the defunct newsmap.jp

Home Page:http://newsmap.ijmacd.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsMap.JS

A pure javascript replacement for the now defunct http://newsmap.jp.

Shows a visual representation of headlines from Google News. Select one or more editions and enable/disable categories to suit yourself.

Implemented in pure Javascript using react. Open source - read source, ask questions, send pull requests. Don't worry I know it's far from perfect!

Running Locally

Follow the steps below to get it running locally. Due to CORS you'll need to run a proxy server as well in a second terminal window.

  1. Install

     git clone https://github.com/IJMacD/newsmap-js.git
     cd newsmap-js
     npm install
    
  2. Run development server

    npm start
    
  3. Run proxy server (in second terminal window)

    node ./server.js
    

FAQ

Where's Spain?

Google News hasn't been available in Spain since 2014.

You can check out this blog post: https://europe.googleblog.com/2014/12/an-update-on-google-news-in-spain.html Or these news articles from the time:

Donation

Some people have asked for a donation link. While I feel that it's mostly uneccessary since I feel this work is conceptually derivative if not actually technically dervied from any pre-existing code. It also comes pretty close to selling Google News - itself just a content aggregator.

That being said, you can do whatever you like with the following links:

About

NewsMap JS - JS implementation of the defunct newsmap.jp

http://newsmap.ijmacd.com/


Languages

Language:JavaScript 85.1%Language:CSS 8.4%Language:HTML 6.5%